Skip to content

Commit

Permalink
AU: 2 updated - autohotkey autohotkey.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 11, 2018
1 parent 7121408 commit 967d4a4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
@@ -1,4 +1,4 @@
{
"1.1": "1.1.30.00",
"1.1": "1.1.30.01",
"2.0": "2.0-a100"
}
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-a100</version>
<version>1.1.30.01</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-a100-52515e2.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a100-52515e2.zip
x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.30.01.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.30.01.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: DFABCCDAABE9CCFB047C43F421637D1F198637BA840A2C6FECBD167A45E64660
checksum64: DFABCCDAABE9CCFB047C43F421637D1F198637BA840A2C6FECBD167A45E64660
checksum32: 51E563F60E318AE6516A6C9BC974900B08BD2F6A520136FBF0CCED71C2342AC8
checksum64: 51E563F60E318AE6516A6C9BC974900B08BD2F6A520136FBF0CCED71C2342AC8

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a100-52515e2.zip
Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.30.01.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-a100-52515e2.zip'
$fileName = 'AutoHotkey_1.1.30.01.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
2 changes: 1 addition & 1 deletion automatic/autohotkey/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png" width="48" height="48"/> [autohotkey](https://chocolatey.org/packages/autohotkey)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png" width="48" height="48"/> [autohotkey](https://chocolatey.org/packages/autohotkey)


AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.
Expand Down
6 changes: 3 additions & 3 deletions automatic/autohotkey/autohotkey.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey</id>
<version>1.1.30.00</version>
<version>1.1.30.01</version>
<title>AutoHotkey</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
<licenseUrl>http://ahkscript.org/docs/license.htm</licenseUrl>
<projectUrl>http://ahkscript.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/autohotkey.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description><![CDATA[
AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.
Expand Down Expand Up @@ -43,7 +43,7 @@ AutoHotkey is a free, open source macro-creation and automation software utility
<releaseNotes></releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<dependencies>
<dependency id="autohotkey.install" version="1.1.30.00" />
<dependency id="autohotkey.install" version="1.1.30.01" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/autohotkey</packageSourceUrl>
<projectSourceUrl>https://github.com/Lexikos/AutoHotkey_L</projectSourceUrl>
Expand Down

0 comments on commit 967d4a4

Please sign in to comment.