ScoopInstaller_Main/bucket/rancher-cli.json
2020-11-11 10:37:42 +01:00

34 lines
1.2 KiB
JSON

{
"version": "2.4.9",
"description": "Unified tool for interacting with Rancher Server",
"homepage": "https://github.com/rancher/cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.4.9/rancher-windows-amd64-v2.4.9.zip",
"hash": "f6bc1de0a079fc5d358f6ca92a65b36efd0df13e5e43a5b2852028573dffd809"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.4.9/rancher-windows-386-v2.4.9.zip",
"hash": "0258db8620fe93547bbaab0e8bb0f8a78e0217bb24af46b5081b8efd429c51bd"
}
},
"extract_dir": "rancher-v2.4.9",
"bin": "rancher.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-386-v$version.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
},
"extract_dir": "rancher-v$version"
}
}