ScoopInstaller_Main/exercism.json
2018-10-04 12:00:25 +00:00

29 lines
1.0 KiB
JSON

{
"homepage": "https://github.com/exercism/cli",
"description": "A Go based command line tool for exercism.io.",
"version": "3.0.10",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.0.10/exercism-windows-64bit.zip",
"hash": "f580668bc73151ef569d8fee0946c8120385d85c129f6a8384a87c1546d427ec"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.0.10/exercism-windows-32bit.zip",
"hash": "ef68a697231062052d684fdf2f50ca3366c7f41f2644c68c0b45a2f6ddcc6bef"
}
},
"bin": "exercism.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-32bit.zip"
}
}
}
}