Skip to content

Commit

Permalink
AU: 3 updated - autohotkey autohotkey.install autohotkey.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 10, 2021
1 parent 2205085 commit a8efa88
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.install/autohotkey.install.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.install</id>
<version>1.1.33.04</version>
<version>1.1.33.05</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
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://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.04/AutoHotkey_1.1.33.04_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.04/AutoHotkey_1.1.33.04_setup.exe
x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.05/AutoHotkey_1.1.33.05_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.05/AutoHotkey_1.1.33.05_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: 4626BAB387891509E96EA2CC5E024F029B83D633C77BB99E7EC6E91FED5CEAEF
checksum64: 4626BAB387891509E96EA2CC5E024F029B83D633C77BB99E7EC6E91FED5CEAEF
checksum32: 6440F06A7BEA34210256E9859EC213198FC2E37BE012B2AF719959B9985DCF7F
checksum64: 6440F06A7BEA34210256E9859EC213198FC2E37BE012B2AF719959B9985DCF7F

Using AU:

Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.04/AutoHotkey_1.1.33.04_setup.exe
Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.05/AutoHotkey_1.1.33.05_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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.33.04",
"1.1": "1.1.33.05",
"2.0": "2.0-a128"
}
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.0-a128</version>
<version>1.1.33.05</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.0//AutoHotkey_2.0-a128-f63b0eb4.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a128-f63b0eb4.zip
x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.05.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.05.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: F3352A8ED048D7DCBF66D8F13F89B21897EC5C9CAF3399E8802ED9AE20345269
checksum64: F3352A8ED048D7DCBF66D8F13F89B21897EC5C9CAF3399E8802ED9AE20345269
checksum32: E28F1BBB61F9EEBFB960952B9C097E3D08A90AAEC3CFE2F8E1BDF658C671C14C
checksum64: E28F1BBB61F9EEBFB960952B9C097E3D08A90AAEC3CFE2F8E1BDF658C671C14C

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a128-f63b0eb4.zip
Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.05.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_2.0-a128-f63b0eb4.zip'
$fileName = 'AutoHotkey_1.1.33.05.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
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</id>
<version>1.1.33.04</version>
<version>1.1.33.05</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.04" />
<dependency id="autohotkey.install" version="1.1.33.05" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/autohotkey</packageSourceUrl>
<projectSourceUrl>https://github.com/Lexikos/AutoHotkey_L</projectSourceUrl>
Expand Down

0 comments on commit a8efa88

Please sign in to comment.