Skip to content

Commit

Permalink
AU: 3 updated - autohotkey.portable mp3tag Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 20, 2023
1 parent 26e8589 commit 883f9db
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1.1": "1.1.37.01",
"2.0": "2.0.9",
"2.1": "2.1-alpha5"
"2.1": "2.1-alpha6"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.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>autohotkey.portable</id>
<version>2.1-alpha5</version>
<version>2.1-alpha6</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.5.zip
x64: https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.5.zip
x32: https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.6.zip
x64: https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.6.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 2F1D635CE8D173B5510DE1AFA61D5DA74A20C9D8372A5FA9C6E759F123EAFE76
checksum64: 2F1D635CE8D173B5510DE1AFA61D5DA74A20C9D8372A5FA9C6E759F123EAFE76
checksum32: 65116A74971CD7AD9E4007336C63EDA43B8215DE18DC8189744269921F7191C6
checksum64: 65116A74971CD7AD9E4007336C63EDA43B8215DE18DC8189744269921F7191C6

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.5.zip
Get-RemoteChecksum https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.6.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/df84a3e902b522db0756a7366bd9884c80fa17b6/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_2.1-alpha.5.zip'
$fileName = 'AutoHotkey_2.1-alpha.6.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
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/mp3tagv322asetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322a-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv322bsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322b-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: E5F40F06CB89A2670FED70E8CA3F6B0F4B0FC3FFAE18B24C620DCB685EE3BC1A
checksum64: 2F70B926E8B95C12C239EB254FF5C4ED8A9B95BCF1D4896D57E7A4923A33662D
checksum32: C9480C892433A286B593E682A2D93A4E592A9A2C7F9FADA42C31E5A7D49719D3
checksum64: C39EA3ED17DEB1D8159DCB81DDB8FFE70A390AFAA531A1207CC22F18AF05E04A

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.1</version>
<version>3.22.2</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\mp3tagv322asetup.exe"
file64 = "$toolsPath\mp3tagv322a-x64-setup.exe"
file = "$toolsPath\mp3tagv322bsetup.exe"
file64 = "$toolsPath\mp3tagv322b-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
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 has been downloaded from their official download link listed on <>
and can be verified like this:

1. Download <https://cdn1.waterfox.net/waterfox/releases/G5.1.13/WINNT_x86_64/Waterfox%20Setup%20G5.1.13.exe>
1. Download <https://cdn1.waterfox.net/waterfox/releases/G6.0/WINNT_x86_64/Waterfox%20Setup%20G6.0.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: 1FE34A6BC9011239812D783EE81828023E91A6B0336DADF9269ED6DD23CDC417
checksum: 79F82615DA45669FA9D0FD26CF7C631DBB0E1E0E74A3CA91A3DC3E3910AC3A89

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Setup G5.1.13_x64.exe"
file = "$toolsDir\Waterfox Setup G6.0_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
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": "23095.1.13",
"current": "23096.0",
"classic": "2022.11"
}
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>23095.1.13</version>
<version>23096.0</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 883f9db

Please sign in to comment.