mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-21 11:05:14 +00:00
27 lines
783 B
JSON
27 lines
783 B
JSON
{
|
|
"version": "0.12.1",
|
|
"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.1/k3sup.exe",
|
|
"hash": "ed66305335731a5e38a109e36d373780b8b0109503eb21803cd282d80e71955d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|