ScoopInstaller_Main/bucket/exercism.json
redactedscribe b896a23273
exercism: Fix URLs for v3.3.0 (#5579)
* Fix URLs for v3.3.0

* Add `note` on how to configure the CLI
2024-03-10 18:32:24 -07:00

33 lines
1.3 KiB
JSON

{
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
"version": "3.3.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.3.0/exercism-3.3.0-windows-x86_64.zip#/dl.7z",
"hash": "0490b02ddbea66f0898003113433c69b0762a460edb1ad1c98df332a19113b0f"
},
"32bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.3.0/exercism-3.3.0-windows-i386.zip#/dl.7z",
"hash": "e7dca99dda2b7b4ad83cec05c7ded40dd3e95b9c9bc6dbd0710312f0532bfc14"
}
},
"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"
}
}
}
}