Skip to content

Commit

Permalink
AU: 2 updated - filezilla mp3tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 25, 2019
1 parent 0e224c6 commit ede494c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.39.0</version>
<version>3.40.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 1D46A79667105E3B869B4CBB0955BC5EECE419DB87070AD75071CB819EC1EACA
checksum64: 964C6BC9D0DA21AA4CEB94D209A7F3543F79C3F3A556EBEFDFAB77B507F30C32
checksum32: 08B2FD4363D4FFE1B7CA17DA28FD4B5E0AA0B2923CEE64A311C6D0506FD7ADB1
checksum64: A28A744A670973D6D2F0D3D7AC0A6525177BA9E96925931AA1A100D94FD91A07

Using AU:

Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv292setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv292asetup.exe>
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 <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>2.92</version>
<version>2.92.1</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit ede494c

Please sign in to comment.