mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.19",
|
|
"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.1.19/rke_windows-amd64.exe#/rke.exe",
|
|
"hash": "2b749e14f6f8fcee1a9fb4c1128f76a334d84b9686f1d127628bc40d64d5696e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rancher/rke/releases/download/v1.1.19/rke_windows-386.exe#/rke.exe",
|
|
"hash": "fad8aaa6f458aa1899e68375f3cf226a7363f34ca590083745b408018cea6190"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|