ScoopInstaller_Main/kubeval.json
2019-04-19 16:00:21 +00:00

26 lines
852 B
JSON

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