ScoopInstaller_Main/bucket/rancher-cli.json
2025-05-22 20:29:10 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.11.2",
"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.11.2/rancher-windows-amd64-v2.11.2.zip",
"hash": "df09d894e24753539d60f0c83c16d3d92b9bcb7a535d42ad092b29287dd52328"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.11.2/rancher-windows-386-v2.11.2.zip",
"hash": "0d58812daae7637cf64b9c7b851f5e0ffd33804c33f98bd4ab982f3957bc8dad"
}
},
"extract_dir": "rancher-v2.11.2",
"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"
}
}