mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.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.4.3/rke_windows-amd64.exe#/rke.exe",
|
|
"hash": "1ca9a8b14d31a272fa8fa120b7922c12684571d3e882687440b52d46ad350be2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/rke/releases/download/v1.4.3/rke_windows-386.exe#/rke.exe",
|
|
"hash": "6e0484ffb2f9fd79a0030820d741d3a8db951fb6e149cc109e85dfd53f3178c3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|