{
    "version": "2.16.2",
    "description": "An IRC client based on XChat",
    "homepage": "https://hexchat.github.io",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/hexchat/hexchat/releases/download/v2.16.2/HexChat.2.16.2.x64.exe",
            "hash": "39da96a323ba98583e716a7ee5af1a02a34935dbe3b0865b54c65ce7784e0828"
        },
        "32bit": {
            "url": "https://github.com/hexchat/hexchat/releases/download/v2.16.2/HexChat.2.16.2.x86.exe",
            "hash": "830f32073130faaeaba22b7e4f7f8b21ecd476a1236fabb675b7de5a8bf8c026"
        }
    },
    "innosetup": true,
    "bin": [
        "hexchat.exe",
        "hexchat-text.exe"
    ],
    "shortcuts": [
        [
            "hexchat.exe",
            "HexChat"
        ]
    ],
    "persist": "config",
    "checkver": {
        "github": "https://github.com/hexchat/hexchat"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hexchat/hexchat/releases/download/v$version/HexChat.$version.x64.exe"
            },
            "32bit": {
                "url": "https://github.com/hexchat/hexchat/releases/download/v$version/HexChat.$version.x86.exe"
            }
        }
    }
}
