{
    "version": "2.16.1",
    "description": "An IRC client based on XChat",
    "homepage": "https://hexchat.github.io",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://dl.hexchat.net/hexchat/HexChat%202.16.1%20x64.exe",
            "hash": "4b47930951ebc46e9cb8e8201856b8bddcd7499f5510fe1059f67d65cc80bf07"
        },
        "32bit": {
            "url": "https://dl.hexchat.net/hexchat/HexChat%202.16.1%20x86.exe",
            "hash": "ab6db5c0cdd0a1ddd80dd7124430a6b56d75905859e4bab68c973837171c6161"
        }
    },
    "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://dl.hexchat.net/hexchat/HexChat%20$version%20x64.exe"
            },
            "32bit": {
                "url": "https://dl.hexchat.net/hexchat/HexChat%20$version%20x86.exe"
            }
        },
        "hash": {
            "url": "https://hexchat.github.io/downloads.html"
        }
    }
}
