mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21: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.1.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.1.0/exercism-windows-64bit.zip#/dl.7z",
|
|
"hash": "daa738366e8a5ea808913077ed51edda14b79eb4482c485e5dc3bf27997e676e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/exercism/cli/releases/download/v3.1.0/exercism-windows-32bit.zip#/dl.7z",
|
|
"hash": "865c63c6d4b85a19ee290925ea679b22ecf7ae02c397d1c609287a9d1f37cc8a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|