From 1c8e77097a31f7f496217a47a14fbb3814bd6f42 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 29 Jul 2022 12:13:51 +0000 Subject: [PATCH] AU: 3 updated - mp3tag sysinternals Waterfox [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/aa53d1b24f7065724b110ec0bfdd264b6eac370b --- automatic/mp3tag/legal/VERIFICATION.txt | 8 ++++---- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/sysinternals/sysinternals.nuspec | 2 +- automatic/sysinternals/tools/chocolateyInstall.ps1 | 2 +- automatic/waterfox/legal/VERIFICATION.txt | 4 ++-- automatic/waterfox/waterfox.json | 2 +- automatic/waterfox/waterfox.nuspec | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 719c89b3693..050caafd797 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 4C46FD45E00E1CE622271AD4713C7828A6B7656263BAA0DF9A321F33F10F1DF3 - checksum64: FB234F53D5EB66BCED34E2B15C049B567FB25EB32C3F97506BCF9BC90F75CB61 + checksum32: 5150D86C87678D3C17F012C9537AEB5CF90BE54EE4A9E533BD60074170ACDC09 + checksum64: 0609EA9E39FCCA6FECC433E4F1DDC5AFD90CC4777B07B0F24FBF5C860EB803BA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index 768c72a4d83..45f99616668 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.16.5-beta + 3.17 Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index ce33df6589d..400d4856946 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\mp3tagv316esetup.exe" - file64 = "$toolsPath\mp3tagv316e-x64-setup.exe" + file = "$toolsPath\mp3tagv317setup.exe" + file64 = "$toolsPath\mp3tagv317-x64-setup.exe" silentArgs = "/S" validExitCodes = @(0) } diff --git a/automatic/sysinternals/sysinternals.nuspec b/automatic/sysinternals/sysinternals.nuspec index 1313725d43a..0138a1520d1 100644 --- a/automatic/sysinternals/sysinternals.nuspec +++ b/automatic/sysinternals/sysinternals.nuspec @@ -4,7 +4,7 @@ sysinternals Sysinternals - 2022.7.19 + 2022.7.29 Mark Russinovich, Bryce Cogswell chocolatey-community, Rob Reynolds Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. diff --git a/automatic/sysinternals/tools/chocolateyInstall.ps1 b/automatic/sysinternals/tools/chocolateyInstall.ps1 index 67e3643ef55..410749bdced 100644 --- a/automatic/sysinternals/tools/chocolateyInstall.ps1 +++ b/automatic/sysinternals/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'" $packageArgs = @{ packageName = 'sysinternals' url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip' - checksum = '431334b69dcd7d95060eeff4fa27645478d7e21eca02f42bd5d95cd226cb19e2' + checksum = '399a96a0fe27a6bd21dfc775b30a1a38f834ab35af8a68d1dc7d0f2f809aa4a3' checksumType = 'sha256' unzipLocation = $installDir } diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index 78f68c981ed..a80c738d039 100644 --- a/automatic/waterfox/legal/VERIFICATION.txt +++ b/automatic/waterfox/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from their official download link listed on and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 5ABBDE2F287D4F62B9939A4EC80941F71DADBC19DBB2D41C8E023E7B7A456EDC + checksum: EE3C602085A69CACF1C336BC496552712795452CFF4857E981C2B44B3E724CAD File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index fd8c9bddbdc..4824d0588f7 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "22074.1.3.2", + "current": "22074.1.4", "classic": "2022.06" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index f25a2da2423..659ce93b2c2 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -3,7 +3,7 @@ Waterfox - 22074.1.3.2 + 22074.1.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm Waterfox