ScoopInstaller_Main/bucket/rancher-cli.json
2020-10-30 08:46:27 +01:00

34 lines
1.2 KiB
JSON

{
"version": "2.4.7",
"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.7/rancher-windows-amd64-v2.4.7.zip",
"hash": "022105a37f5cf26e4939b52bfec7d4ff8d70a01d8e525a9bece9d5811f013730"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.4.7/rancher-windows-386-v2.4.7.zip",
"hash": "0a60da05d00129307e81af0cd4106c475359075039be0df6533e8e0ae070794c"
}
},
"extract_dir": "rancher-v2.4.7",
"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"
}
}