2023-03-04 00:36:18 +00:00

25 lines
817 B
JSON

{
"version": "1.26.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.26.2+k0s.0/k0s-v1.26.2+k0s.0-amd64.exe#/k0s.exe",
"hash": "6970e0636bc56726a9dff5138a5afea2d92178dbce1a3189f59fa82b05a099ec"
}
},
"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"
}
}
}
}