mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.10",
|
|
"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.10/rke_windows-amd64.exe#/rke.exe",
|
|
"hash": "9e7f956b7be9549a373be6d92e88cd754630fe36f78e4d10c4d970dc4ee83321"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/rke/releases/download/v1.8.10/rke_windows-386.exe#/rke.exe",
|
|
"hash": "bfc934e926f484c89b6d8077dbb6b8ae6cca53050a3acd13f5a4734a2ab16019"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|