mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.5.0",
|
|
"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.5.0/kubeconform-windows-amd64.zip",
|
|
"hash": "ee37dc377867a45e1fbb93941b7f8c0961a0195f3b22c2b3f2ab2ef2151911ae"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-windows-386.zip",
|
|
"hash": "f9d81bcf553d83c330ea90a7e9032a6cfc3f7a137d0e27c0afcfe86d503736af"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-windows-arm64.zip",
|
|
"hash": "9fe2d4333ddee066a8a7d9cf38d4ecb2ad8f50cdfb4916c83625e87a58a2fd7e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|