Skip to content

Commit

Permalink
AU: 2 updated - gnupg mp3tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 11, 2022
1 parent b6a32f7 commit 80ad9e0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.nuspec
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>gnupg</id>
<version>2.3.6</version>
<version>2.3.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey-community, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from the official source listed on <https://w
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.6_20220425.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.7_20220711.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 1A18ADBB24868E14A40CCBD60003108840E238C0893E7BB6908805AE067EB0E8
checksum32: 18BCF08B2AC4DB46A216F3620B1D43F4704C950A1DCCCDAE9D508106F2C778C2

License files are obtained from:
- LICENSE.txt: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
softwareName = 'GNU Privacy Guard*'
file = "$toolsDir\gnupg-w32-2.3.6_20220425.exe"
file = "$toolsDir\gnupg-w32-2.3.7_20220711.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
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/mp3tagv316bsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv316b-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv316csetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv316c-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: 861BEEF755890A62A742ADA33221EE7C6B9A388FB8BDD8B2D487A5A9605A1A9E
checksum64: EF88FA9E01A885E9A675059C4D4125B3CC8A4BACA0B20C004A0180B44C9264B6
checksum32: FF76DFE6E4CF780C49803E57CDFF057FC587B676273EB31E69C83DA9CCC71159
checksum64: 86515CEBE2D76CF239AC72326C3E4675810A17D4E577F9E8EA0A2B91E5ED9330

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.16.2-beta</version>
<version>3.16.3-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\mp3tagv316bsetup.exe"
file64 = "$toolsPath\mp3tagv316b-x64-setup.exe"
file = "$toolsPath\mp3tagv316csetup.exe"
file64 = "$toolsPath\mp3tagv316c-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down

0 comments on commit 80ad9e0

Please sign in to comment.