Skip to content

Commit

Permalink
AU: 2 updated - mp3tag universal-usb-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 22, 2024
1 parent 62d04fc commit 6c74aa9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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/mp3tagv326csetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv326c-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv326dsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv326d-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: CCD9D9CF9DD2D285AF7CED53C42CAF1D957BBBF6C57F73A735226253244499C3
checksum64: 1546ED66A7E37B9061AD3662DEA58AD517C574DD1FA9DDD091EDD63BBC8923E5
checksum32: BBADB4097E48E50C2EC9C1E9C475331F40B7829FC55C0F3C33E6E4A1E6D7F721
checksum64: D127D86B58E357D26C8B8F5E2E62F58B0744C302A52847C898712A3D39AB6554

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.26.3-beta</version>
<version>3.26.4-beta</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\mp3tagv326csetup.exe"
file64 = "$toolsPath\mp3tagv326c-x64-setup.exe"
file = "$toolsPath\mp3tagv326dsetup.exe"
file64 = "$toolsPath\mp3tagv326d-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/universal-usb-installer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/>
and can be verified by doing the following:

1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.2.3.exe>
1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.2.4.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
checksum: 260FE911BD56A74385CD404FD8C76751B3D4A40939E2455FA33081B65607CBAD
checksum: 2A6662BF584EE62B1AF13A6E8E6E231AE45BFFE7C6035AF7F079F22A92912371

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-2.0.txt>
This license was mentioned on their disclaimer page <https://www.pendrivelinux.com/disclaimer/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>universal-usb-installer</id>
<version>2.0.2.300</version>
<version>2.0.2.400</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/universal-usb-installer</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Universal USB Installer</title>
Expand Down

0 comments on commit 6c74aa9

Please sign in to comment.