diff --git a/automatic/autohotkey.portable/autohotkey.portable.json b/automatic/autohotkey.portable/autohotkey.portable.json index 6a45c4c1a54..bbb2c91a686 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.json +++ b/automatic/autohotkey.portable/autohotkey.portable.json @@ -1,4 +1,4 @@ { - "1.1": "1.1.33.02", + "1.1": "1.1.33.03", "2.0": "2.0-a125" } diff --git a/automatic/autohotkey.portable/autohotkey.portable.nuspec b/automatic/autohotkey.portable/autohotkey.portable.nuspec index 4d1dd5ad874..22f0d811de6 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.nuspec +++ b/automatic/autohotkey.portable/autohotkey.portable.nuspec @@ -3,7 +3,7 @@ autohotkey.portable - 2.0-a125 + 1.1.33.03 AutoHotkey (Portable) chocolatey-community Lexikos diff --git a/automatic/autohotkey.portable/tools/VERIFICATION.txt b/automatic/autohotkey.portable/tools/VERIFICATION.txt index f1c5b68abe2..88928a4974b 100644 --- a/automatic/autohotkey.portable/tools/VERIFICATION.txt +++ b/automatic/autohotkey.portable/tools/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a125-5f342996.zip - x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a125-5f342996.zip + x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.03.zip + x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.03.zip to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 186EB5EB298A82DDDF624328847A1D26391CBA98D25D9E1CCA556F09643D84DD - checksum64: 186EB5EB298A82DDDF624328847A1D26391CBA98D25D9E1CCA556F09643D84DD + checksum32: C75FC38538AD22F20255A5267CA39A12160A189C80A6E8A4D85E3E52CBC29276 + checksum64: C75FC38538AD22F20255A5267CA39A12160A189C80A6E8A4D85E3E52CBC29276 Using AU: - Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a125-5f342996.zip + Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.03.zip File 'license.txt' is obtained from: https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt diff --git a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 index 1acec58c229..98c6bfc259d 100644 --- a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 +++ b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$fileName = 'AutoHotkey_2.0-a125-5f342996.zip' +$fileName = 'AutoHotkey_1.1.33.03.zip' $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $zip_path = "$toolsPath\$fileName" Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName