forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexercism-cli.json
29 lines (29 loc) · 1 KB
/
exercism-cli.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
{
"homepage": "http://exercism.io/",
"license": "MIT",
"version": "2.4.1",
"bin": "exercism.exe",
"architecture": {
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v2.4.1/exercism-windows-32bit.zip",
"hash": "df2369ad0b2cdf5b53d714d0e2f91e891077bea76e100fbdaae11c396e51fcdf"
},
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v2.4.1/exercism-windows-64bit.zip",
"hash": "38b51d8d320c9789fd3c27768685fc6c811d447e0b0d29cc993c7e418ffbae6a"
}
},
"checkver": {
"github": "https://github.com/exercism/cli"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-32bit.zip"
},
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-64bit.zip"
}
}
}
}