ScoopInstaller_Main/bucket/exercism.json
2025-09-24 16:30:12 +00:00

33 lines
1.3 KiB
JSON

{
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
"version": "3.5.8",
"description": "A Go based command line tool for exercism.io",
"homepage": "https://exercism.org/",
"license": "MIT",
"bin": "exercism.exe",
"notes": "To configure the CLI, follow the instructions at https://exercism.io/cli-walkthrough.",
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.5.8/exercism-3.5.8-windows-x86_64.zip#/dl.7z",
"hash": "5c8990828ff50406891140b53e300e11e9d9ce8cdad25b95545b7bae6e83563b"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.5.8/exercism-3.5.8-windows-i386.zip#/dl.7z",
"hash": "bce33690ee9c2d67b688ef88539df74c666bfc1b64947c4a1cf9af57863c1241"
}
},
"checkver": {
"github": "https://github.com/exercism/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-$version-windows-x86_64.zip#/dl.7z"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-$version-windows-i386.zip#/dl.7z"
}
}
}
}