mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
25 lines
817 B
JSON
25 lines
817 B
JSON
{
|
|
"version": "1.31.1+k0s.0",
|
|
"description": "Zero Friction Kubernetes distribution",
|
|
"homepage": "https://github.com/k0sproject/k0s",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k0sproject/k0s/releases/download/v1.31.1+k0s.0/k0s-v1.31.1+k0s.0-amd64.exe#/k0s.exe",
|
|
"hash": "278363f32d31c7ea8f7f49b3f2f07dbbcba7ace4691e2b8516639ccab2a26a91"
|
|
}
|
|
},
|
|
"bin": "k0s.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/k0sproject/k0s/releases",
|
|
"regex": "v([\\d.]+\\+k0s[\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|