2022-03-26 00:32:31 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.3.8",
"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.3.8/rke_windows-amd64.exe#/rke.exe",
"hash": "5448c1b31e5d74b50e29c5e38c51cc8d880b19e7b1c037564d66281c06ab70fe"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.3.8/rke_windows-386.exe#/rke.exe",
"hash": "cd67c816bf67c0d35bf2493e3a4d4767754809a7e1ebfcf559de51e5f41efefa"
}
},
"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"
}
}
}