ScoopInstaller_Main/bucket/rancher-cli.json
2025-04-24 16:29:45 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.11.1",
"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.1/rancher-windows-amd64-v2.11.1.zip",
"hash": "4110f417bafad7ee0299b78ab2a1c99c02bf94c2ae0e21f96a37a5e45a766139"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.11.1/rancher-windows-386-v2.11.1.zip",
"hash": "dd81b7811d6a5cdfafb04388b40ad9653de7c445ab717b540a38154675c0143a"
}
},
"extract_dir": "rancher-v2.11.1",
"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"
}
}