{
    "version": "5.10.5",
    "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.10.5/zulip-5.10.5-x64.nsis.7z",
            "hash": "sha512:bdbd03a26ac93d7370ee2e2bfc4b440b79936781f9fcacd410d27a91b90ac9191103db75732dc9e8cb8c816deab27c38feb49084f59dd100701320c5315bce88"
        },
        "32bit": {
            "url": "https://github.com/zulip/zulip-desktop/releases/download/v5.10.5/zulip-5.10.5-ia32.nsis.7z",
            "hash": "sha512:6001b334603a1dc0c4e80a4759c788df08d6b2d52fd145dd17728294a2db981e32627f540400f97abf1e3f572dd937e920a37a3ca40177d4027af0ecd97398c2"
        }
    },
    "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"
                }
            }
        }
    }
}
