ScoopInstaller_Main/bucket/rancher-cli.json
2022-03-24 20:27:48 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.6.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.6.4/rancher-windows-amd64-v2.6.4.zip",
"hash": "17d06e4e1aa37f9d7886b1d95145b7e154386c1f33976f7497749228feb6c659"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.6.4/rancher-windows-386-v2.6.4.zip",
"hash": "531f66a5ecffbd0504c139cf00e19c93a2a36e196b8680e122b17afe51994fc7"
}
},
"extract_dir": "rancher-v2.6.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"
}
}