{
    "version": "0.28.0",
    "description": "Connects to mattermost or slack using IRC-client.",
    "homepage": "https://github.com/42wim/matterircd",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/42wim/matterircd/releases/download/v0.28.0/matterircd-0.28.0-windows-amd64.exe#/matterircd.exe",
            "hash": "46fce9186934ff141b6f23d4e1d9df81a944d6bbbc59f4da21c5c61bd8ab19c9"
        },
        "32bit": {
            "url": "https://github.com/42wim/matterircd/releases/download/v0.28.0/matterircd-0.28.0-windows-386.exe#/matterircd.exe",
            "hash": "1b4d037c3dade8c7680e7c0a439d4ddb0785a2803fa18914249b1f6f7bcaeab9"
        },
        "arm64": {
            "url": "https://github.com/42wim/matterircd/releases/download/v0.28.0/matterircd-0.28.0-windows-arm64.exe#/matterircd.exe",
            "hash": "ad7740812498ec517f58c0b67ac6d3687486f1b0724e25e454897a6294309472"
        }
    },
    "bin": "matterircd.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/42wim/matterircd/releases/download/v$version/matterircd-$version-windows-amd64.exe#/matterircd.exe"
            },
            "32bit": {
                "url": "https://github.com/42wim/matterircd/releases/download/v$version/matterircd-$version-windows-386.exe#/matterircd.exe"
            },
            "arm64": {
                "url": "https://github.com/42wim/matterircd/releases/download/v$version/matterircd-$version-windows-arm64.exe#/matterircd.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
