ScoopInstaller_Main/bucket/rancher-cli.json
2020-11-10 09:13:08 +01:00

34 lines
1.2 KiB
JSON

{
"version": "2.4.8",
"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.4.8/rancher-windows-amd64-v2.4.8.zip",
"hash": "60b891d047f9b7131bfe456273df451cdfee9eb840f4b4829f68f1417da58881"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.4.8/rancher-windows-386-v2.4.8.zip",
"hash": "e71af8e3c62976250307254b0ed591cbac46dc58609e42ab682bf00fd3e98d9a"
}
},
"extract_dir": "rancher-v2.4.8",
"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"
}
}