ScoopInstaller_Main/bucket/rancher-cli.json
2026-02-26 00:50:23 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.13.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.13.3/rancher-windows-amd64-v2.13.3.zip",
"hash": "af1f274ce2b4e3adc83e2cb84d11d2dd2f4eb31b6243b08f03222ea83ae4f54f"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.13.3/rancher-windows-386-v2.13.3.zip",
"hash": "4f838871af27e4b966d2826b9bb34d21504d920beceb107af1bdedbdca0e5547"
}
},
"extract_dir": "rancher-v2.13.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"
}
}