mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.3",
|
|
"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.8.3/rke_windows-amd64.exe#/rke.exe",
|
|
"hash": "4ac499e32bee0ab22461dcf9df1daec12284ea7ee12007dd1b798c8617257379"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/rke/releases/download/v1.8.3/rke_windows-386.exe#/rke.exe",
|
|
"hash": "c32321be0f793a0dd56f4040aa583d65ecb2cfdb2502ecf945c1bb9b202e7ab7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|