mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.15.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.15.0/kubeval-windows-amd64.zip",
|
|
"hash": "1d03ced8490fdc1625348fedb47da9cd5afc9e77205618756823c5a5abf9d8d1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/garethr/kubeval/releases/download/0.15.0/kubeval-windows-386.zip",
|
|
"hash": "dce1ae62cae509b2be4fde7aeb4b34064e387241ba87b453d62c096f055c7618"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|