ScoopInstaller_Main/bucket/exercism.json
2024-05-09 08:27:30 +00:00

33 lines
1.3 KiB
JSON

{
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
"version": "3.4.0",
"description": "A Go based command line tool for exercism.io",
"homepage": "https://exercism.org/",
"license": "MIT",
"bin": "exercism.exe",
"notes": "To configure the CLI, follow the instructions at https://exercism.io/cli-walkthrough.",
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.4.0/exercism-3.4.0-windows-x86_64.zip#/dl.7z",
"hash": "9ef4dfc6f17034dba48ae28fe46fa139efe8887b02f6a845b38ef181cc98daf5"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.4.0/exercism-3.4.0-windows-i386.zip#/dl.7z",
"hash": "f8e8a0fd8f3fddefe253e934d6281a3431b137dbb3d848f850ec2d62deea0778"
}
},
"checkver": {
"github": "https://github.com/exercism/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-$version-windows-x86_64.zip#/dl.7z"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-$version-windows-i386.zip#/dl.7z"
}
}
}
}