ScoopInstaller_Main/bucket/rancher-cli.json
2020-06-20 09:07:13 +02:00

34 lines
1.2 KiB
JSON

{
"version": "2.4.5",
"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.5/rancher-windows-amd64-v2.4.5.zip",
"hash": "cb1548e02c92cfb9f0c88b8682a47f9d4908a06f1c72dab7b6edd359eec5fd2f"
},
"32bit": {
"url": "https://github.com/rancher/cli/releases/download/v2.4.5/rancher-windows-386-v2.4.5.zip",
"hash": "a1cc177708553221329a5caf5e5807f7d8fa04df7ebdf3111a044c29105f4b1c"
}
},
"extract_dir": "rancher-v2.4.5",
"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"
}
}