ScoopInstaller_Main/bucket/rancher-cli.json
2025-10-23 04:29:39 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.12.3",
"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.12.3/rancher-windows-amd64-v2.12.3.zip",
"hash": "540900152059fd9aedf4d089d0c60a018f3c9bdcb56c5c85e53d35cbaea496bf"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.12.3/rancher-windows-386-v2.12.3.zip",
"hash": "c995c0e6f235410d9a555f562e72699c9c6c580c8e516373226a071593286dee"
}
},
"extract_dir": "rancher-v2.12.3",
"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"
}
}