mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.16.0",
|
|
"description": "Kubernetes resource files linter",
|
|
"homepage": "https://kubeval.instrumenta.dev",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/0.16.0/kubeval-windows-amd64.zip",
|
|
"hash": "94d22562046505fe375ce02daafe91cd45560ef6974f903b28d2c0a24cc1fb9e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/0.16.0/kubeval-windows-386.zip",
|
|
"hash": "3447e1da14d423045978bf987d21c2a0b5aec06a7b37fb551d3693fef955dc7e"
|
|
}
|
|
},
|
|
"bin": "kubeval.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/garethr/kubeval"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/$version/kubeval-windows-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/$version/kubeval-windows-386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|