mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 03:51:20 +00:00
26 lines
854 B
JSON
26 lines
854 B
JSON
{
|
|
"description": "Kubernetes resource files linter",
|
|
"homepage": "https://github.com/garethr/kubeval",
|
|
"license": "Apache-2.0",
|
|
"version": "0.10.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/0.10.0/kubeval-windows-amd64.zip",
|
|
"hash": "4015d1acc6d8b666ab19661bb6937ff13add5e7cbe01cf035087a600f1b8e0d9"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|
|
}
|