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.8.4",
|
|
"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.8.4/rancher-windows-amd64-v2.8.4.zip",
|
|
"hash": "7d62adeda7570bc6d4895b6147ce4feaa8f2ae09a2fee562d2c3d04330dffe05"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/cli/releases/download/v2.8.4/rancher-windows-386-v2.8.4.zip",
|
|
"hash": "9e9c11c566f5a691bcb180098b3f7b0d64bac691317997a5a601d3622ac8d4b1"
|
|
}
|
|
},
|
|
"extract_dir": "rancher-v2.8.4",
|
|
"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"
|
|
}
|
|
}
|