mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.6.1",
|
|
"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.1/kubeconform-windows-amd64.zip",
|
|
"hash": "1e2b78de510de3dab46f7d96bc6b33806dcf1a732354424c6c414fc4697931b9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-386.zip",
|
|
"hash": "4d2a422a35585fa9c32255d4e941fc41a982e6bd8059b5d8dc8a1737fd396a8f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/yannh/kubeconform/releases/download/v0.6.1/kubeconform-windows-arm64.zip",
|
|
"hash": "b72e6b8e3961f7253e2f310899a9e6a244da2b53bbcc50a2b9e5b4e8a3dda0cb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|