Skip to content

Commit

Permalink
AU: 3 updated - mp3tag sysinternals Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 29, 2022
1 parent 64f1f7f commit 1c8e770
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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/mp3tagv316esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv316e-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv317setup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv317-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: 4C46FD45E00E1CE622271AD4713C7828A6B7656263BAA0DF9A321F33F10F1DF3
checksum64: FB234F53D5EB66BCED34E2B15C049B567FB25EB32C3F97506BCF9BC90F75CB61
checksum32: 5150D86C87678D3C17F012C9537AEB5CF90BE54EE4A9E533BD60074170ACDC09
checksum64: 0609EA9E39FCCA6FECC433E4F1DDC5AFD90CC4777B07B0F24FBF5C860EB803BA

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.5-beta</version>
<version>3.17</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\mp3tagv316esetup.exe"
file64 = "$toolsPath\mp3tagv316e-x64-setup.exe"
file = "$toolsPath\mp3tagv317setup.exe"
file64 = "$toolsPath\mp3tagv317-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2022.7.19</version>
<version>2022.7.29</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '431334b69dcd7d95060eeff4fa27645478d7e21eca02f42bd5d95cd226cb19e2'
checksum = '399a96a0fe27a6bd21dfc775b30a1a38f834ab35af8a68d1dc7d0f2f809aa4a3'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/WaterfoxCo/Waterfox/releases/latest>
and can be verified like this:

1. Download <https://github.com/WaterfoxCo/Waterfox/releases/download/G4.1.3.2/Install.Waterfox.exe>
1. Download <https://github.com/WaterfoxCo/Waterfox/releases/download/G4.1.4/Install.Waterfox.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 5ABBDE2F287D4F62B9939A4EC80941F71DADBC19DBB2D41C8E023E7B7A456EDC
checksum: EE3C602085A69CACF1C336BC496552712795452CFF4857E981C2B44B3E724CAD

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "22074.1.3.2",
"current": "22074.1.4",
"classic": "2022.06"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>22074.1.3.2</version>
<version>22074.1.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
Expand Down

0 comments on commit 1c8e770

Please sign in to comment.