forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
consolez.json
36 lines (36 loc) · 1.22 KB
/
consolez.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
{
"homepage": "https://github.com/cbucher/console",
"version": "1.18.3.18143",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/cbucher/console/releases/download/1.18.3/ConsoleZ.x64.1.18.3.18143.zip",
"hash": "178e5c1a8cb06768e193e80785b82e343bb7379d94c33105b81550120367936a"
},
"32bit": {
"url": "https://github.com/cbucher/console/releases/download/1.18.3/ConsoleZ.x86.1.18.3.18143.zip",
"hash": "b5265a07fc79c1bce4fc89edcb3685cce4c0a8cce55163b55c15ebd0c6dd5383"
}
},
"bin": "console.exe",
"shortcuts": [
[
"console.exe",
"ConsoleZ"
]
],
"checkver": {
"github": "https://github.com/cbucher/console",
"re": "ConsoleZ.x64.(?<version>(?<short>[\\d.]+)\\.[\\d]+).zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cbucher/console/releases/download/$matchShort/ConsoleZ.x64.$version.zip"
},
"32bit": {
"url": "https://github.com/cbucher/console/releases/download/$matchShort/ConsoleZ.x86.$version.zip"
}
}
}
}