ScoopInstaller_Main/bucket/rancher-cli.json
2022-10-14 20:30:39 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.6.9",
"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.6.9/rancher-windows-amd64-v2.6.9.zip",
"hash": "04e456384e4ef54c1d6b767ed8be47aaa1587411e0bc6edb774efd1b7d0688c7"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.6.9/rancher-windows-386-v2.6.9.zip",
"hash": "9a1dfbdf308a791bbedb899c38ce02f507cc6ca0e2d343eaeba9a61a98503647"
}
},
"extract_dir": "rancher-v2.6.9",
"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"
}
}