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 committed Oct 14, 2019
1 parent 3df7565 commit 9062501
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 77 deletions.
65 changes: 28 additions & 37 deletions automatic/autohotkey.install/autohotkey.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,41 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.install</id>
<version>1.1.31.00</version>
<version>1.1.31.01</version>
<title>AutoHotkey (Install)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
<licenseUrl>http://ahkscript.org/docs/license.htm</licenseUrl>
<projectUrl>http://ahkscript.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/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.
**You can use AutoHotkey to**:
- Automate almost anything by sending keystrokes and mouse clicks.
- You can write a mouse or keyboard macro by hand or a macro recorder.
- Remap keys and buttons on your keyboard, joystick, and mouse.
- Create hotkeys for keyboard, joystick, and mouse.
- Essentially any key, button or combination can become a hotkey.
- Expand abbreviations as you type them.
- Retrieve and change the clipboard's contents.
- Convert any AHK script into an executable file that can be run on computers where AutoHotkey is not installed.
**You can also**:
- Create custom data-entry forms, user interfaces and menu bars.
- See GUI for details (you can use a Gui editor).
- Automate data entry jobs by reading data from text files, XML, CSV, Excel and various database formats.
- Read signals from hand-held remote controls via the WinLIRC client script.
- Use the Component Object Model (COM).
- Use array/associative array/OOP (Objects).
- Use variadic functions.
- Use DLL calls and Windows Messages.
- Use Perl Compatible Regular Expressions (PCRE).
- Use interactive debugging features and more.
**Package Parameters**:
If you want the default version to be Unicode32/64-bit or ANSI 32-bit you can choose this by passing one of the following commands:
- UNICODE 64-bit - `choco install autohotkey.install --params="'/DefaultVer:U64'"`
- UNICODE 32-bit - `choco install autohotkey.install --params="'/DefaultVer:U32'"`
- ANSI 32-bit - `choco install autohotkey.install --params="'/DefaultVer:A32'"`
If no paramater is specified then UNICODE 32-bit or 64-bit will automatically be selected depending on your CPU Architecture and whether you have Windows 32-bit or 64-bit installed.
<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.
## Features
- Automate almost anything by sending keystrokes and mouse clicks
- Write a mouse or keyboard macro by hand or a macro recorder
- Remap keys and buttons on your keyboard, joystick, and mouse
- Create hotkeys for keyboard, joystick, and mouse
- Essentially any key, button or combination can become a hotkey
- Expand abbreviations as you type them
- Retrieve and change the clipboard's contents
- Convert any AHK script into an executable file that can be run on computers where AutoHotkey is not installed
- Create custom data-entry forms, user interfaces and menu bars
- Automate data entry jobs by reading data from text files, XML, CSV, Excel and various database formats
- Read signals from hand-held remote controls via the WinLIRC client script
- Supports Component Object Model (COM)
- Supports advanced programming constructs such as arrays, objects, hashtables, variadic functions etc.
- DLL calls and Windows Messages
- Perl Compatible Regular Expressions (PCRE)
- Interactive debugging features
- Much more ...
## Package Parameters
- `/DefaultVer` - Can be `U64` (UNICODE 64-bit),`U32` (UNICODE 32-bit) or `A32` (ANSI 32-bit). By default UNICODE version will be installed of adequate architecture depending on your machine and/or OS.
Example: `choco install autohotkey.install --params='/DefaultVer:A32'`
]]></description>
<summary>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.</summary>
<releaseNotes>https://autohotkey.com/docs/AHKL_ChangeLog.htm</releaseNotes>
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.31.00/AutoHotkey_1.1.31.00_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.31.00/AutoHotkey_1.1.31.00_setup.exe
x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.31.01/AutoHotkey_1.1.31.01_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.31.01/AutoHotkey_1.1.31.01_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: 94A582111E5DA5D1DAC6A4882416973C04E243673429D61D68332EF395EE83FA
checksum64: 94A582111E5DA5D1DAC6A4882416973C04E243673429D61D68332EF395EE83FA
checksum32: 02D8D06690BDF036D8BB022C07DBDE5D64BA2F05964DC888D9549F09917EE8AD
checksum64: 02D8D06690BDF036D8BB022C07DBDE5D64BA2F05964DC888D9549F09917EE8AD

Using AU:

Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.31.00/AutoHotkey_1.1.31.00_setup.exe
Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.31.01/AutoHotkey_1.1.31.01_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.31.00",
"1.1": "1.1.31.01",
"2.0": "2.0-a106"
}
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-a106</version>
<version>1.1.31.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
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-a106-4a6b3ff1.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a106-4a6b3ff1.zip
x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.31.01.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.31.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: 7D1C0246FA79E2F5D010FF78EEF58CFE6C67A890B906158CE0B1D0D582CFD779
checksum64: 7D1C0246FA79E2F5D010FF78EEF58CFE6C67A890B906158CE0B1D0D582CFD779
checksum32: 51A2001B25754894673D2A13E3142D8EB9AB18C41CE624BBEA80A80C3528112B
checksum64: 51A2001B25754894673D2A13E3142D8EB9AB18C41CE624BBEA80A80C3528112B

Using AU:

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

$fileName = 'AutoHotkey_2.0-a106-4a6b3ff1.zip'
$fileName = 'AutoHotkey_1.1.31.01.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
48 changes: 21 additions & 27 deletions automatic/autohotkey/autohotkey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,41 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey</id>
<version>1.1.31.00</version>
<version>1.1.31.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.jsdelivr.net/gh/chocolatey-community/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.
<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.
**You can use AutoHotkey to**:
- Automate almost anything by sending keystrokes and mouse clicks.
- You can write a mouse or keyboard macro by hand or a macro recorder.
- Remap keys and buttons on your keyboard, joystick, and mouse.
- Create hotkeys for keyboard, joystick, and mouse.
- Essentially any key, button or combination can become a hotkey.
- Expand abbreviations as you type them.
- Retrieve and change the clipboard's contents.
- Convert any AHK script into an executable file that can be run on computers where AutoHotkey is not installed.
**You can also**:
- Create custom data-entry forms, user interfaces and menu bars.
- See GUI for details (you can use a Gui editor).
- Automate data entry jobs by reading data from text files, XML, CSV, Excel and various database formats.
- Read signals from hand-held remote controls via the WinLIRC client script.
- Use the Component Object Model (COM).
- Use array/associative array/OOP (Objects).
- Use variadic functions.
- Use DLL calls and Windows Messages.
- Use Perl Compatible Regular Expressions (PCRE).
- Use interactive debugging features and more.
## Features
- Automate almost anything by sending keystrokes and mouse clicks
- Write a mouse or keyboard macro by hand or a macro recorder
- Remap keys and buttons on your keyboard, joystick, and mouse
- Create hotkeys for keyboard, joystick, and mouse
- Essentially any key, button or combination can become a hotkey
- Expand abbreviations as you type them
- Retrieve and change the clipboard's contents
- Convert any AHK script into an executable file that can be run on computers where AutoHotkey is not installed
- Create custom data-entry forms, user interfaces and menu bars
- Automate data entry jobs by reading data from text files, XML, CSV, Excel and various database formats
- Read signals from hand-held remote controls via the WinLIRC client script
- Supports Component Object Model (COM)
- Supports advanced programming constructs such as arrays, objects, hashtables, variadic functions etc.
- DLL calls and Windows Messages
- Perl Compatible Regular Expressions (PCRE).
- Interactive debugging features
- Much more ...
]]></description>
<summary>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.</summary>
<releaseNotes></releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<dependencies>
<dependency id="autohotkey.install" version="1.1.31.00" />
<dependency id="autohotkey.install" version="1.1.31.01" />
</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 9062501

Please sign in to comment.