mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.6.7",
|
|
"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.7/kubeconform-windows-amd64.zip",
|
|
"hash": "450a561ae833cbd1fc41201f7ebb64395c56e7d01e2dc954332143bff81277a3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-windows-386.zip",
|
|
"hash": "72755ee113d83b9791a2f20048e1da71b7c9213d355639ff81ecdf2c83e5a0d4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-windows-arm64.zip",
|
|
"hash": "c2d7c614ce7bf88b5a4e7e733f804fc388b92211a19579b3ee7017ebcdb50002"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|