{
    "version": "5.12.3",
    "description": "Desktop client for Zulip, an open source team chat application",
    "homepage": "https://zulipchat.com",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/zulip/zulip-desktop/releases/download/v5.12.3/zulip-5.12.3-x64.nsis.7z",
            "hash": "sha512:55b5bc48242d87ceb313921cf728fb5d20dc4445683c7acf9bb197819fb66f728dc63565879d2af6447afd47c79468bf6d6f70a879398f89de6e316debe01fa6"
        },
        "32bit": {
            "url": "https://github.com/zulip/zulip-desktop/releases/download/v5.12.3/zulip-5.12.3-ia32.nsis.7z",
            "hash": "sha512:adb3da5b38d0e578a0079c3b20ff8e16ab2295773c6e69afe326a88d172e2cdc1c76d8a08cd3b1094e0cdc8e6a01b4a425822e6a424b7e7db0255c6e052b6090"
        }
    },
    "bin": "Zulip.exe",
    "shortcuts": [
        [
            "Zulip.exe",
            "Zulip"
        ]
    ],
    "checkver": {
        "github": "https://github.com/zulip/zulip-desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/zulip/zulip-desktop/releases/download/v$version/zulip-$version-x64.nsis.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "(?sm)x64.*?$base64"
                }
            },
            "32bit": {
                "url": "https://github.com/zulip/zulip-desktop/releases/download/v$version/zulip-$version-ia32.nsis.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "(?sm)ia32.*?$base64"
                }
            }
        }
    }
}
