{
    "version": "0.2.14",
    "description": "Modern CLI for Apache Kafka",
    "homepage": "https://github.com/birdayz/kaf",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/birdayz/kaf/releases/download/v0.2.14/kaf_0.2.14_Windows_x86_64.tar.gz",
            "hash": "cc3459cf92661af617bae8fc2e696a4747d51187c843391223623416915b633e"
        },
        "arm64": {
            "url": "https://github.com/birdayz/kaf/releases/download/v0.2.14/kaf_0.2.14_Windows_arm64.tar.gz",
            "hash": "8489a4e77ad65c394d3dd98974393625bdcc258d204b86a24272104f6729dbd4"
        }
    },
    "bin": "kaf.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_x86_64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
