2021-08-30 23:45:00 -07:00

34 lines
1.2 KiB
JSON

{
"version": "1.3.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.3.0/rke_windows-amd64.exe#/rke.exe",
"hash": "3144dcceb9379361bb30439eef27f80e137b6a83f5b90ed58c1e3d43b4953af7"
},
"32bit": {
"url": "https://github.com/rancher/rke/releases/download/v1.3.0/rke_windows-386.exe#/rke.exe",
"hash": "cfdbd7887ab3f825db9f80f4fed95452ed9c0f94560ec4dd1ba55280817edf79"
}
},
"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"
}
}
}