ScoopInstaller_Main/bucket/exercism.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

29 lines
1.0 KiB
JSON

{
"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",
"hash": "7445ac2a56acd76c816e2ca3afb8df52b30c5f16ff3f8b36102cbffd5b8fd93b"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.0.11/exercism-windows-32bit.zip",
"hash": "2275f66b63c399706585efa389bc40e444c612bc8f64781c10ae20cb73eb8ba0"
}
},
"bin": "exercism.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-32bit.zip"
}
}
}
}