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.10.1",
|
|
"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.1/rancher-windows-amd64-v2.10.1.zip",
|
|
"hash": "e882c0e9ee1866ecfd6d60f0e5b4c23190578bccb8ca680345c234eb2466afda"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/cli/releases/download/v2.10.1/rancher-windows-386-v2.10.1.zip",
|
|
"hash": "41d2663ef289dbd89ddb167a49fffc5e2a5160df844a9b2625b9a6523537dfc1"
|
|
}
|
|
},
|
|
"extract_dir": "rancher-v2.10.1",
|
|
"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"
|
|
}
|
|
}
|