mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.9.2",
|
|
"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.2/rancher-windows-amd64-v2.9.2.zip",
|
|
"hash": "3d06d7119e57c1833e144ea81f2d260f47ec60f02de74973bfddcec74c28ff96"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/cli/releases/download/v2.9.2/rancher-windows-386-v2.9.2.zip",
|
|
"hash": "f0bd71033e0b567064cd0b7767163226e02e6b852ef25efda421bf78afa9706c"
|
|
}
|
|
},
|
|
"extract_dir": "rancher-v2.9.2",
|
|
"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"
|
|
}
|
|
}
|