Skip to content

Commit

Permalink
AU: 5 updated - autohotkey autohotkey.install autohotkey.portable chr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 29, 2021
1 parent 11c06aa commit 0066472
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.install/autohotkey.install.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.install</id>
<version>1.1.33.09</version>
<version>1.1.33.10</version>
<title>AutoHotkey (Install)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.install/tools/VERIFICATION.txt
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.09/AutoHotkey_1.1.33.09_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.09/AutoHotkey_1.1.33.09_setup.exe
x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.10/AutoHotkey_1.1.33.10_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.10/AutoHotkey_1.1.33.10_setup.exe

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: AE16F667CF5069D3E26AD7DEA0BCE0BBF31435F353562BFAAAE425BF34868048
checksum64: AE16F667CF5069D3E26AD7DEA0BCE0BBF31435F353562BFAAAE425BF34868048
checksum32: 8972DF169A3CD8ABC37DE9122D54B9270D1B5FE277DD727642224FDC76F8F52D
checksum64: 8972DF169A3CD8ABC37DE9122D54B9270D1B5FE277DD727642224FDC76F8F52D

Using AU:

Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.09/AutoHotkey_1.1.33.09_setup.exe
Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.10/AutoHotkey_1.1.33.10_setup.exe

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
@@ -1,4 +1,4 @@
{
"1.1": "1.1.33.09",
"1.1": "1.1.33.10",
"2.0": "2.0-beta1"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.portable</id>
<version>2.0-beta1</version>
<version>1.1.33.10</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
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.1.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.1.zip
x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.10.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.10.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: 93C9FA6807DAD1B0592A19FC180EB33B2932DC372582E59089928FD7B9161DC9
checksum64: 93C9FA6807DAD1B0592A19FC180EB33B2932DC372582E59089928FD7B9161DC9
checksum32: 412BED1729FAECC508827370E694CC1DF600F99AE817FA2A3061C5B6622299E6
checksum64: 412BED1729FAECC508827370E694CC1DF600F99AE817FA2A3061C5B6622299E6

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.1.zip
Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.10.zip

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

$fileName = 'AutoHotkey_2.0-beta.1.zip'
$fileName = 'AutoHotkey_1.1.33.10.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
4 changes: 2 additions & 2 deletions automatic/autohotkey/autohotkey.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey</id>
<version>1.1.33.09</version>
<version>1.1.33.10</version>
<title>AutoHotkey</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down Expand Up @@ -37,7 +37,7 @@
<releaseNotes></releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<dependencies>
<dependency id="autohotkey.install" version="1.1.33.09" />
<dependency id="autohotkey.install" version="1.1.33.10" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/autohotkey</packageSourceUrl>
<projectSourceUrl>https://github.com/Lexikos/AutoHotkey_L</projectSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "95.0.4626.0-snapshots",
"snapshots": "95.0.4627.0-snapshots",
"stable": "92.0.4515.159"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>95.0.4626.0-snapshots</version>
<version>95.0.4627.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/916220/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/916227/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/916261/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/916261/mini_installer.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: D6C0249840FDCDD496C7C38A56767EC83DF617ED824309F9A54AEA2ACD1ECB88
checksum64: D9232BDB77ECCC79A50E80A11E8282526AEFFCA7D97DC0174BE21E4642771FC1
checksum32: B51E98AB9DA9ECB2A51143285E6427F8B54934DA6E073C8113B97D84A0D7E1B0
checksum64: C7D6A421CA8EA5FDE57F89D61F3776E96CB1781F092A1385B7AE6C19E4386526

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "95.0.4626.0-snapshots"
$version = "95.0.4627.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-779-g49f9169228-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-780-g0dba5ac13c-win64.msi

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'

checksum64: 6CC2F7D686E64756A72B200308177BCF1DA7CE81B3E7A0C7D0B1A3C0125EADE6
checksum64: 13D5B052086DE6D3431B4745370996E2E0677CDDBD1B4BB867590FDA2A1BBE1D

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-779"
"alpha": "2.4-alpha-780"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-779</version>
<version>2.4-alpha-780</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-779-g49f9169228-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-780-g0dba5ac13c-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit 0066472

Please sign in to comment.