Skip to content

Commit

Permalink
AutoHotkey: Update to version 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2025
1 parent 83cca14 commit 21821d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/AutoHotkey.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.0.18",
"version": "2.0.19",
"description": "The ultimate automation scripting language for Windows.",
"homepage": "https://www.autohotkey.com/",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v2.0.18/AutoHotkey_2.0.18_setup.exe#/setup.exe",
"hash": "a30af310f45d4076cf1580bb08015db9a1337ddc1a99cf61829e645b196e8b2e",
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v2.0.19/AutoHotkey_2.0.19_setup.exe#/setup.exe",
"hash": "fd55129cbd356f49d2151e0a8b9662d90d2dbbb9579cc2410fde38df94787a3a",
"installer": {
"script": "Start-Process -Wait \"$dir\\setup.exe\" \"/S /x64 /uiAccess=0 /IsHostApp=1 /D=$dir\" -Verb RunAs",
"keep": true
Expand All @@ -23,8 +23,8 @@
]
},
"32bit": {
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v2.0.18/AutoHotkey_2.0.18_setup.exe#/setup.exe",
"hash": "a30af310f45d4076cf1580bb08015db9a1337ddc1a99cf61829e645b196e8b2e",
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v2.0.19/AutoHotkey_2.0.19_setup.exe#/setup.exe",
"hash": "fd55129cbd356f49d2151e0a8b9662d90d2dbbb9579cc2410fde38df94787a3a",
"installer": {
"script": "Start-Process -Wait \"$dir\\setup.exe\" \"/S /U32 /uiAccess=0 /IsHostApp=1 /D=$dir\" -Verb RunAs",
"keep": true
Expand Down

0 comments on commit 21821d5

Please sign in to comment.