{
    "version": "0.16.0",
    "description": "Zig language LSP server",
    "homepage": "https://github.com/zigtools/zls",
    "license": "MIT",
    "architecture": {
        "32bit": {
            "url": "https://github.com/zigtools/zls/releases/download/0.16.0/zls-x86-windows.zip",
            "hash": "ecb2870979b35143aa5e7ce92d3b69362a76fd7126c8f950a5f8a7f99a77416f"
        },
        "64bit": {
            "url": "https://github.com/zigtools/zls/releases/download/0.16.0/zls-x86_64-windows.zip",
            "hash": "35cbb7163224e8cf92d21099c1b1391f2aba927f25d389f021b13a21d40b96dd"
        }
    },
    "bin": "zls.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/zigtools/zls/releases/download/$version/zls-x86-windows.zip"
            },
            "64bit": {
                "url": "https://github.com/zigtools/zls/releases/download/$version/zls-x86_64-windows.zip"
            }
        }
    }
}
