ScoopInstaller_Main/bucket/rancher-cli.json
2021-12-13 20:27:18 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.6.0",
"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.6.0/rancher-windows-amd64-v2.6.0.zip",
"hash": "3fbf0aeca1fc7da79375c7ab9ec1544ca135b0267588bf46f0d4d65370e78be2"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.6.0/rancher-windows-386-v2.6.0.zip",
"hash": "95560000d5a1b839804cc0d97340587573b3a82a5d285c015895057a6aed58b4"
}
},
"extract_dir": "rancher-v2.6.0",
"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"
}
}