ScoopInstaller_Main/bucket/rancher-cli.json
2025-08-01 16:30:34 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.12.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.12.0/rancher-windows-amd64-v2.12.0.zip",
"hash": "9148d4bf86f5783b9080de5d13228a2c2e52d233590a08efec8d923f73a41212"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.12.0/rancher-windows-386-v2.12.0.zip",
"hash": "fdc0b6525f9c02ffb3c04bcff2a7d299a4551bec9de7f45f06addc834760d396"
}
},
"extract_dir": "rancher-v2.12.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"
}
}