ScoopInstaller_Main/kubeval.json
2019-04-16 22:00:25 +00:00

26 lines
852 B
JSON

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