mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
|
|
"version": "3.0.13",
|
|
"description": "A Go based command line tool for exercism.io.",
|
|
"homepage": "http://exercism.io/",
|
|
"license": "MIT",
|
|
"bin": "exercism.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.0.13/exercism-windows-64bit.zip#/dl.7z",
|
|
"hash": "06fa62c88749b04dfe584c9b6030da3125c4b64ff48057751ab69095764e50cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.0.13/exercism-windows-32bit.zip#/dl.7z",
|
|
"hash": "07b8ddd743b03b1a783ac1e92b861a7d2c282a35f535e2dce95cd205d464acd1"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/exercism/cli"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|