{
    "version": "1.18.0",
    "description": "Kyverno CLI to manage Kubernetes policies",
    "homepage": "https://kyverno.io/docs/kyverno-cli/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/kyverno/kyverno/releases/download/v1.18.0/kyverno-cli_v1.18.0_windows_x86_64.zip",
            "hash": "e17eff574e3d52736d0c348ab2739f8d3af9e8bf1cff2cc9cea25b4388110023"
        }
    },
    "bin": "kyverno.exe",
    "checkver": {
        "github": "https://github.com/kyverno/kyverno"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kyverno/kyverno/releases/download/v$version/kyverno-cli_v$version_windows_x86_64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
