mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.6",
|
|
"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.6/rke_windows-amd64.exe#/rke.exe",
|
|
"hash": "99090f2b2f1adae150efa66b3b5a6159bc04fb24065f5cf1fd2e4a29c925ba1e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/rke/releases/download/v1.4.6/rke_windows-386.exe#/rke.exe",
|
|
"hash": "b94203599ba2899f85cbd41e18df11498296f9424c292d628c6d03aafca5cd86"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|