forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autohotkey.json
42 lines (42 loc) · 1.45 KB
/
autohotkey.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"version": "1.1.30.01",
"homepage": "https://www.autohotkey.com/",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.30.01/AutoHotkey_1.1.30.01_setup.exe#/dl.7z",
"hash": "566eecbfee64e12d5cda0005a0e8e8812cfcee79e8956fa84ab15acad21cfe55",
"bin": [
[
"autohotkeyu64.exe",
"autohotkey"
],
"compiler/ahk2exe.exe"
]
},
"32bit": {
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.30.01/AutoHotkey_1.1.30.01_setup.exe#/dl.7z",
"hash": "566eecbfee64e12d5cda0005a0e8e8812cfcee79e8956fa84ab15acad21cfe55",
"bin": [
[
"autohotkeyu32.exe",
"autohotkey"
],
"compiler/ahk2exe.exe"
]
}
},
"checkver": {
"github": "https://github.com/lexikos/autohotkey_l"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v$version/AutoHotkey_$version_setup.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/Lexikos/AutoHotkey_L/releases/download/v$version/AutoHotkey_$version_setup.exe#/dl.7z"
}
}
}
}