ScoopInstaller_Main/bucket/rancher-cli.json
2024-11-19 16:30:36 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.10.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.10.0/rancher-windows-amd64-v2.10.0.zip",
"hash": "cbf0a203ebb7801ee32cac0a48aa3d622a0f544762b6817e4706fa1ac8035707"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.10.0/rancher-windows-386-v2.10.0.zip",
"hash": "6124ed3c197ce3771ad94c5b3497ae94b4675a7644b0e67c6ec4cfc3e71a4d19"
}
},
"extract_dir": "rancher-v2.10.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"
}
}