2020-04-02 19:52:48 +02:00

34 lines
1.2 KiB
JSON

{
"version": "1.0.6",
"description": "CNCF-certified Kubernetes distribution that runs entirely within Docker containers",
"homepage": "https://rancher.com/products/rke/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.0.6/rke_windows-amd64.exe#/rke.exe",
"hash": "b88c7fd0e6263c321e6726713946343507f7ed69e3b94a8ba4ce2b217cfe6e6a"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.0.6/rke_windows-386.exe#/rke.exe",
"hash": "44be502e53e2e4e4ee9a3ee1a1d6aa9d5c763253e8018ded1103e3757e3503c6"
}
},
"bin": "rke.exe",
"checkver": {
"github": "https://github.com/rancher/rke"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rancher/rke/releases/download/v$version/rke_windows-amd64.exe#/rke.exe"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v$version/rke_windows-386.exe#/rke.exe"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
}
}