mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
22 lines
696 B
JSON
22 lines
696 B
JSON
{
|
|
"version": "0.12.1",
|
|
"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/v0.12.1/k0s-v0.12.1-amd64.exe#/k0s.exe",
|
|
"hash": "57480e2f5fb87191d9c44cf966f5fa5375d20ae328f4e908879f8f0d6bda0c3a"
|
|
}
|
|
},
|
|
"bin": "k0s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|