diff --git a/automatic/filezilla/filezilla.nuspec b/automatic/filezilla/filezilla.nuspec index 2e31f38956c..bc1d34ab858 100644 --- a/automatic/filezilla/filezilla.nuspec +++ b/automatic/filezilla/filezilla.nuspec @@ -3,7 +3,7 @@ filezilla FileZilla - 3.66.0 + 3.66.1 Tim Kosse, other FileZilla committers chocolatey-community, Rob Reynolds FileZilla – The free FTP solution diff --git a/automatic/filezilla/legal/VERIFICATION.txt b/automatic/filezilla/legal/VERIFICATION.txt index 8961697c7a8..d583f62a593 100644 --- a/automatic/filezilla/legal/VERIFICATION.txt +++ b/automatic/filezilla/legal/VERIFICATION.txt @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: D23AEE0F4D3173E5DA83D8553B33A830289AFF51F5C8642FA8822AB918A3CB08 - checksum64: E0D1BBF26F540CB204B471E2C8DECB2FD5A7BA2B5A1B4C0165652A7C9A84C195 + checksum32: 8B5AE0D690EFED55DAA213FC5C8A3DDD99182735168B8A66DDF0D11C646EC403 + checksum64: 72DD2D9247D78FAE564056770C53F96ACACF6E5129D5666C16CD80C300BF849A Using AU: diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 5216292fc55..3aebbf120eb 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: 88A5544DC6D2B537AC2A1B8AA154BCF4BE194C92194D4F56E90EE0AA6C200AE7 - checksum64: 3ABE3EE5AB3E9FB12CAEADCB2CE7D5E90094EE4ABED9DEAD8A18E7133908B2B8 + checksum32: BBB4A782BB109CA2160DD8CD44E0802C05D81FDDA8F1D656B4013A29D69F3E62 + checksum64: 76F0426A4A59EBDACAE44FB1B7301429C930AD0FE2424C23C1083E0D9C9E3490 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index 8b26374e61d..f5daf1eaed3 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.22.6-beta + 3.23 Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index aa7f192464d..5f3545a0b88 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\mp3tagv322fsetup.exe" - file64 = "$toolsPath\mp3tagv322f-x64-setup.exe" + file = "$toolsPath\mp3tagv323setup.exe" + file64 = "$toolsPath\mp3tagv323-x64-setup.exe" silentArgs = "/S" validExitCodes = @(0) }