Skip to content

Commit

Permalink
AU: 1 updated - autohotkey.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 11, 2023
1 parent 9574a5b commit 8464ffa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.7",
"2.0": "2.0.8",
"2.1": "2.1-alpha4"
}
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-alpha4</version>
<version>2.0.8</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.4.zip
x64: https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.4.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0.8.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.8.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: 5FDD7DF78E9ECB642B166ACBC6CEDD21432CAB009073F9A2EDF0EB48A9A1C346
checksum64: 5FDD7DF78E9ECB642B166ACBC6CEDD21432CAB009073F9A2EDF0EB48A9A1C346
checksum32: B04B1DC45652C59F82CECC30CF9AEA76E5A1BD6CC3FECC450CEF67CBCD825F06
checksum64: B04B1DC45652C59F82CECC30CF9AEA76E5A1BD6CC3FECC450CEF67CBCD825F06

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.1//AutoHotkey_2.1-alpha.4.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.8.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.4.zip'
$fileName = 'AutoHotkey_2.0.8.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down

0 comments on commit 8464ffa

Please sign in to comment.