mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
29 lines
989 B
JSON
29 lines
989 B
JSON
{
|
|
"version": "1.34.2+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.34.2+k0s.0/k0s-v1.34.2+k0s.0-amd64.exe#/k0s.exe",
|
|
"hash": "934874c43314e96eb8bab21b40c851913e7cf4597a1632d350580ed195fd4656"
|
|
}
|
|
},
|
|
"bin": "k0s.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/k0sproject/k0s",
|
|
"regex": "v(\\d+\\.\\d+\\.\\d+\\+k0s\\.\\d+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe",
|
|
"hash": {
|
|
"url": "$baseurl/sha256sums.txt",
|
|
"regex": "$sha256\\s\\*k0s-v$version-amd64.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|