2022-11-11 20:29:21 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.4.0",
"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.4.0/rke_windows-amd64.exe#/rke.exe",
"hash": "f70f920dece7ebc024e5d9da4e8cc8be82bfc6490e411ff166b6f06072ee929f"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.4.0/rke_windows-386.exe#/rke.exe",
"hash": "c28563066858b9222af2261ce36d5f05b85fd50a3cf960a584ce7a56971c5e2e"
}
},
"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"
}
}
}