mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.9.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.9.0/rancher-windows-amd64-v2.9.0.zip",
|
|
"hash": "52d96ee8964f21e8990512507fab9f21c47e17502d7f52dbb3ef034b373039c2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/cli/releases/download/v2.9.0/rancher-windows-386-v2.9.0.zip",
|
|
"hash": "244338d81ca699e3161a185f7cbb0922cd90164c93122d419625032962aef6f8"
|
|
}
|
|
},
|
|
"extract_dir": "rancher-v2.9.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"
|
|
}
|
|
}
|