2019-07-20 11:01:13 +00:00

26 lines
854 B
JSON

{
"description": "Kubernetes resource files linter",
"homepage": "https://github.com/garethr/kubeval",
"license": "Apache-2.0",
"version": "0.12.0",
"architecture": {
"64bit": {
"url": "https://github.com/garethr/kubeval/releases/download/0.12.0/kubeval-windows-amd64.zip",
"hash": "babb8bb3f79d194084a7cd3ebb66e23b49968f9a089a800ea1bcc808ae43c52a"
}
},
"bin": "kubeval.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/garethr/kubeval/releases/download/$version/kubeval-windows-amd64.zip"
}
},
"hash": {
"url": "https://github.com/garethr/kubeval/releases/tag/$version",
"regex": "<td>$basename</td>\\s+<td>$sha256</td>"
}
}
}