mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-23 12:05:15 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.6.5",
|
|
"description": "A Kubernetes manifest validation tool. Incorporate it into your CI, or use it locally to validate your Kubernetes configuration!",
|
|
"homepage": "https://github.com/yannh/kubeconform",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.5/kubeconform-windows-amd64.zip",
|
|
"hash": "40b088fdbeae58d59c706291d2e08fb6d0941081944348263e773aba6a072711"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.5/kubeconform-windows-386.zip",
|
|
"hash": "a7fb0877b4773409b98ac60e0195d92a4371a6b19a2c1c11ed7bde914204a06b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.5/kubeconform-windows-arm64.zip",
|
|
"hash": "268d912ee3d7e3f6ca44bfbde5c91bb0ea2587f31bbe1b6571631fff3a3a94cc"
|
|
}
|
|
},
|
|
"bin": "kubeconform.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/CHECKSUMS"
|
|
}
|
|
}
|
|
}
|