From ede494cb985b7b3075695af6072716f0ff2e4f2a Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 25 Jan 2019 18:11:50 +0000 Subject: [PATCH] AU: 2 updated - filezilla mp3tag [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/e78d87c799a21b57cf9491b85c073378770f6408 --- automatic/filezilla/filezilla.nuspec | 2 +- automatic/filezilla/legal/VERIFICATION.txt | 8 ++++---- automatic/mp3tag/legal/VERIFICATION.txt | 4 ++-- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/filezilla/filezilla.nuspec b/automatic/filezilla/filezilla.nuspec index 9736319ef5f..c98ebe105b1 100644 --- a/automatic/filezilla/filezilla.nuspec +++ b/automatic/filezilla/filezilla.nuspec @@ -3,7 +3,7 @@ filezilla FileZilla - 3.39.0 + 3.40.0 Tim Kosse, other FileZilla committers chocolatey, Rob Reynolds FileZilla – The free FTP solution diff --git a/automatic/filezilla/legal/VERIFICATION.txt b/automatic/filezilla/legal/VERIFICATION.txt index 835e1fff004..8816cd8a0b1 100644 --- a/automatic/filezilla/legal/VERIFICATION.txt +++ b/automatic/filezilla/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.39.0_win32-setup.exe?h=wP3DXXGZlnYxDtMdyEUO9Q&x=1543604823 - x64: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.39.0_win64-setup.exe?h=j9CNbpuMNTBq6nhf9h9hhg&x=1543604823 + x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.40.0_win32-setup.exe?h=d99SnZyowSu1VpLkkI6GcQ&x=1548443237 + x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.40.0_win64-setup.exe?h=r1dGXoWA7TJx_crCVB7sig&x=1548443237 to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 1D46A79667105E3B869B4CBB0955BC5EECE419DB87070AD75071CB819EC1EACA - checksum64: 964C6BC9D0DA21AA4CEB94D209A7F3543F79C3F3A556EBEFDFAB77B507F30C32 + checksum32: 08B2FD4363D4FFE1B7CA17DA28FD4B5E0AA0B2923CEE64A311C6D0506FD7ADB1 + checksum64: A28A744A670973D6D2F0D3D7AC0A6525177BA9E96925931AA1A100D94FD91A07 Using AU: diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 8d2fe4c71d5..6fe7c2e8206 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: + 32-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: FA4BE3AEA55558F968185B098A082EE18F10739D7F9F92F7FD2D15D24AD872A8 + checksum32: 3CAC7227BAE8112D78CBFDBB53580A453336CBBE66E701AB74E08FFA93BC489D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index e9cfa76d5fc..59f2dbead02 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 2.92 + 2.92.1 Mp3tag chocolatey Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 9b2d0279c57..afa44d9ad78 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\mp3tagv292setup.exe" + file = "$toolsPath\mp3tagv292asetup.exe" silentArgs = "/S" validExitCodes = @(0) }