ScoopInstaller_Main/bucket/rancher-cli.json
2023-09-18 20:25:22 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.7.7",
"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.7.7/rancher-windows-amd64-v2.7.7.zip",
"hash": "8da6902248aead1836d0f33b84b2e0c4604a59ee0f34485bc239a75c0bf68422"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.7.7/rancher-windows-386-v2.7.7.zip",
"hash": "d87dc8bbbdfb4d9df29642d1864fb2fc4fe5fdb25a4c1311099614b26a22ea10"
}
},
"extract_dir": "rancher-v2.7.7",
"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"
}
}