ScoopInstaller_Main/bucket/exercism.json
Hsiao-nan Cheung dcf41b7ecd
exercism: Modify url (#81)
* exercism: Modify url
2019-05-21 18:28:05 +08:00

30 lines
1.1 KiB
JSON

{
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
"homepage": "https://github.com/exercism/cli",
"description": "A Go based command line tool for exercism.io.",
"version": "3.0.11",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.0.11/exercism-windows-64bit.zip#/dl.7z",
"hash": "7445ac2a56acd76c816e2ca3afb8df52b30c5f16ff3f8b36102cbffd5b8fd93b"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.0.11/exercism-windows-32bit.zip#/dl.7z",
"hash": "2275f66b63c399706585efa389bc40e444c612bc8f64781c10ae20cb73eb8ba0"
}
},
"bin": "exercism.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-64bit.zip#/dl.7z"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-32bit.zip#/dl.7z"
}
}
}
}