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 Jan 26, 2024
1 parent 1a33511 commit 116d6d5
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/mp3tagv323esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv323e-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv324setup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv324-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: 21F835E72243D7E6F62F299EF6B67D03B80941580E3AEF58B6F49393B3397582
checksum64: FFA315A76E2A00269583FAFC6647C9F2B28ABD9FC088668AB4595D40BDCEC5C2
checksum32: 562323A44A21063A1A0ECFAB8C676F7D6536124CE7BFCC14538E9E88E250B6C4
checksum64: 0390B28AD8831D4FF9676145BBAFCB7E77FD9724070F27D48BB714E1709AF64E

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.23.5-beta</version>
<version>3.24</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\mp3tagv323esetup.exe"
file64 = "$toolsPath\mp3tagv323e-x64-setup.exe"
file = "$toolsPath\mp3tagv324setup.exe"
file64 = "$toolsPath\mp3tagv324-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.0.exe>
1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.2.1.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: D703CC91C0DBA1B6A095EA96AAE591A1279E0328B7969C4847C0574B4B8578EF
checksum: 5DDF272DADEFD5EE714A243070E14D38CCCB17E808E842D16F491E6478B43C7E

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.000</version>
<version>2.0.2.100</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 116d6d5

Please sign in to comment.