2020-10-17 11:06:54 +02:00

34 lines
1.2 KiB
JSON

{
"version": "1.2.1",
"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.2.1/rke_windows-amd64.exe#/rke.exe",
"hash": "054b71301bcbb831f16708f40fe1e5d48be6f8881623cbf61dbc7c1d58e0b3b6"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.2.1/rke_windows-386.exe#/rke.exe",
"hash": "f21e183f4c4ae31520473888199c4077b2d6161daf1d09e273ba616a8f4612c0"
}
},
"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"
}
}
}