mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.16.1",
|
|
"description": "Kubernetes resource files linter",
|
|
"homepage": "https://kubeval.instrumenta.dev",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/v0.16.1/kubeval-windows-amd64.zip",
|
|
"hash": "3732bd6874f5f508a2f2faa2e47d117562195a94bf2dd20c22036968f26e416a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/v0.16.1/kubeval-windows-386.zip",
|
|
"hash": "b30ed790e464642af5435c69934034077a6a3319f11de31c9682898c1895d877"
|
|
}
|
|
},
|
|
"bin": "kubeval.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/garethr/kubeval"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/v$version/kubeval-windows-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/v$version/kubeval-windows-386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|