mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
|
|
"homepage": "https://github.com/exercism/cli",
|
|
"description": "A Go based command line tool for exercism.io.",
|
|
"version": "3.0.12",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.0.12/exercism-windows-64bit.zip#/dl.7z",
|
|
"hash": "bde70577ae8b1aa4875f0cc52ad0b7c8a5005c55d1eb326de48cc76dd9f43085"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.0.12/exercism-windows-32bit.zip#/dl.7z",
|
|
"hash": "1b122c5dfefef16328d09a0cac1601227919213ec4bb6bf3e79aaaa912ada530"
|
|
}
|
|
},
|
|
"bin": "exercism.exe",
|
|
"checkver": "github",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|