mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
k3sup: Add version 0.11.0 (#2766)
* k3sup: Add version 0.11.0 * fix hash autoupdate * Update bucket/k3sup.json Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
05c649e111
commit
906d0fc486
18
bucket/k3sup.json
Normal file
18
bucket/k3sup.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "0.11.0",
|
||||
"description": "Utility to get from zero to KUBECONFIG with k3s on any local or remote VM",
|
||||
"homepage": "https://k3sup.dev",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/alexellis/k3sup/releases/download/0.11.0/k3sup.exe",
|
||||
"hash": "0fa018ea6ea4692ec654889b2b099ece54a5100b46191ddf1168510a84c454e9",
|
||||
"bin": "k3sup.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/alexellis/k3sup"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/alexellis/k3sup/releases/download/$version/k3sup.exe",
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user