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 committed Jun 19, 2020
1 parent 9ec3c26 commit bea88df
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
@@ -1,4 +1,4 @@
{
"1.1": "1.1.32.00",
"2.0": "2.0-a111"
"2.0": "2.0-a112"
}
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-a111</version>
<version>2.0-a112</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</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-a111-06d0a13b.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a111-06d0a13b.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a112-48ab0f69.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a112-48ab0f69.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: 1D43EAB8AD5B23812B1C83300976228B45C02770DE78CB9BF5BF3082A700C39A
checksum64: 1D43EAB8AD5B23812B1C83300976228B45C02770DE78CB9BF5BF3082A700C39A
checksum32: 123354B8881F162D06F9CA5F43E9E745D543DC0D4A478FE0E1AF7D2E443B68D9
checksum64: 123354B8881F162D06F9CA5F43E9E745D543DC0D4A478FE0E1AF7D2E443B68D9

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a111-06d0a13b.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a112-48ab0f69.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-a111-06d0a13b.zip'
$fileName = 'AutoHotkey_2.0-a112-48ab0f69.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 bea88df

Please sign in to comment.