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 Community committed Nov 3, 2023
1 parent 46eb67a commit c4b7ced
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.66.0</version>
<version>3.66.1</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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/mp3tagv322fsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322f-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv323setup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv323-x64-setup.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: 88A5544DC6D2B537AC2A1B8AA154BCF4BE194C92194D4F56E90EE0AA6C200AE7
checksum64: 3ABE3EE5AB3E9FB12CAEADCB2CE7D5E90094EE4ABED9DEAD8A18E7133908B2B8
checksum32: BBB4A782BB109CA2160DD8CD44E0802C05D81FDDA8F1D656B4013A29D69F3E62
checksum64: 76F0426A4A59EBDACAE44FB1B7301429C930AD0FE2424C23C1083E0D9C9E3490

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>3.22.6-beta</version>
<version>3.23</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit c4b7ced

Please sign in to comment.