2019-09-01 11:00:17 +00:00

26 lines
854 B
JSON

{
"description": "Kubernetes resource files linter",
"homepage": "https://github.com/garethr/kubeval",
"license": "Apache-2.0",
"version": "0.14.0",
"architecture": {
"64bit": {
"url": "https://github.com/garethr/kubeval/releases/download/0.14.0/kubeval-windows-amd64.zip",
"hash": "2a844518981848a7d77cced9b51a05174ba9c17fc007a1c48cd2af0d3fb021d7"
}
},
"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>"
}
}
}