ScoopInstaller_Main/bucket/rancher-cli.json
2022-08-19 04:38:52 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.6.7",
"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.7/rancher-windows-amd64-v2.6.7.zip",
"hash": "c4df2febe5080b9a5800b582940a34dafc587f5ede7e07bb323c1fc684db7663"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.6.7/rancher-windows-386-v2.6.7.zip",
"hash": "f91f2e13e9133bd4b9b5649dfbda2400fcb9663e75fa0ebf351c3db7875166c6"
}
},
"extract_dir": "rancher-v2.6.7",
"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"
}
}