mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 05:11:19 +00:00
27 lines
783 B
JSON
27 lines
783 B
JSON
{
|
|
"version": "0.12.3",
|
|
"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.3/k3sup.exe",
|
|
"hash": "6d9992f98f3e8f8d7ecd286889c5b4dedc3f15b1dd8cab6af7bf2bf0f9ab0c8e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|