mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
785 B
JSON
27 lines
785 B
JSON
{
|
|
"version": "0.13.11",
|
|
"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.11/k3sup.exe",
|
|
"hash": "b48756f16164cf16e08f39b91aa73148f2479f8373ab0dc41027aaa85c80cd3d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|