mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
29 lines
1.0 KiB
JSON
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.9",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.0.9/exercism-windows-64bit.zip",
|
|
"hash": "4ec5f100155efa100e1bf6f4d0e2920a8ffddd053a713cb3085181f6737308e8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.0.9/exercism-windows-32bit.zip",
|
|
"hash": "383a75b4a12119c69bf1f1206609a717f93cf1e31a440332a0723d767017b2d1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|