mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 15:01:20 +00:00
27 lines
783 B
JSON
27 lines
783 B
JSON
{
|
|
"version": "0.12.0",
|
|
"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.12.0/k3sup.exe",
|
|
"hash": "30c26fc9fe3983c15f7986238e4239d49d40d6ef81487cf8ef16bac7153d5d6b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|