ScoopInstaller_Main/bucket/kubeconform.json
2024-05-10 00:34:20 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.6.6",
"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.6/kubeconform-windows-amd64.zip",
"hash": "00acc5b47d3f9beb3872fc04b1ac88e1ba9e9eafd50b3078fd71f8b472431be0"
},
"32bit": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.6/kubeconform-windows-386.zip",
"hash": "feb878f58f6ebd7ff436f124bcfd6136760081c50fdacbc7da5c09cfeeffb0d4"
},
"arm64": {
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.6/kubeconform-windows-arm64.zip",
"hash": "c5dba05d24219f1ea392edacd092357fd4131a6692327eb4b1fa0d4a1b69f32b"
}
},
"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"
}
}
}