mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|