mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +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.2.0",
|
|
"description": "A Go based command line tool for exercism.io.",
|
|
"homepage": "https://exercism.org/",
|
|
"license": "MIT",
|
|
"bin": "exercism.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.2.0/exercism-windows-64bit.zip#/dl.7z",
|
|
"hash": "e6a15615e723e2ec3d3604648a74169b4fbe8cf9339b75b08c80b37048ddecf0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.2.0/exercism-windows-32bit.zip#/dl.7z",
|
|
"hash": "d90a885a7728884ef6cc4af7f69bff11a3face8a73fd31bad335f2f8f3d9bcc7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|