mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
27 lines
783 B
JSON
27 lines
783 B
JSON
{
|
|
"version": "0.13.6",
|
|
"description": "Utility to get from zero to KUBECONFIG with k3s on any local or remote VM",
|
|
"homepage": "https://k3sup.dev",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/alexellis/k3sup/releases/download/0.13.6/k3sup.exe",
|
|
"hash": "92f31558936b7e4e72266d2d97de4c34dbb2e55993f517eb4ccb889a451d038b"
|
|
}
|
|
},
|
|
"bin": "k3sup.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/alexellis/k3sup"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/alexellis/k3sup/releases/download/$version/k3sup.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|