diff --git a/automatic/autohotkey.portable/autohotkey.portable.json b/automatic/autohotkey.portable/autohotkey.portable.json index edcd69f9c01..d5c9875991d 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.json +++ b/automatic/autohotkey.portable/autohotkey.portable.json @@ -1,5 +1,5 @@ { "1.1": "1.1.37.01", - "2.0": "2.0.4", + "2.0": "2.0.7", "2.1": "2.1-alpha1" } diff --git a/automatic/autohotkey.portable/autohotkey.portable.nuspec b/automatic/autohotkey.portable/autohotkey.portable.nuspec index daee9fee563..9a72006f0e5 100644 --- a/automatic/autohotkey.portable/autohotkey.portable.nuspec +++ b/automatic/autohotkey.portable/autohotkey.portable.nuspec @@ -3,7 +3,7 @@ autohotkey.portable - 2.0.4 + 2.0.7 AutoHotkey (Portable) chocolatey-community Lexikos @@ -32,6 +32,12 @@ - Perl Compatible Regular Expressions (PCRE). - Interactive debugging features - Much more ... + +## Notes + +- Please see the [Autohotkey FAQ](https://www.autohotkey.com/docs/v2/FAQ.htm#Virus) for information on false positive anti-virus detections. + +- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> 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. https://autohotkey.com/docs/AHKL_ChangeLog.htm diff --git a/automatic/autohotkey.portable/tools/VERIFICATION.txt b/automatic/autohotkey.portable/tools/VERIFICATION.txt index b085d1568c7..632355f13ed 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.4.zip - x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.4.zip + x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0.7.zip + x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0.7.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: 312CE07DD1D745113CFA0515424DD0249F9BAFFEE19098A9B2BE4027D5FB7418 - checksum64: 312CE07DD1D745113CFA0515424DD0249F9BAFFEE19098A9B2BE4027D5FB7418 + checksum32: 3A2F34F529CD12950C905D2C68637BB071A12EBD0C00DD887D807FE6C23DE762 + checksum64: 3A2F34F529CD12950C905D2C68637BB071A12EBD0C00DD887D807FE6C23DE762 Using AU: - Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.4.zip + Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0.7.zip File 'license.txt' is obtained from: https://github.com/AutoHotkey/AutoHotkey/blob/df84a3e902b522db0756a7366bd9884c80fa17b6/license.txt diff --git a/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 b/automatic/autohotkey.portable/tools/chocolateyInstall.ps1 index 5fa44da56fa..14a1418b829 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.4.zip' +$fileName = 'AutoHotkey_2.0.7.zip' $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition $zip_path = "$toolsPath\$fileName" Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName