{
    "version": "2.8.1",
    "description": "A lightweight incoming webhook server to run shell commands.",
    "homepage": "https://github.com/adnanh/webhook",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-amd64.tar.gz",
            "hash": "4bee044b6f2e449062da7faae5bc36bdb1201086d4170834da2a4def77f8aa48",
            "extract_dir": "webhook-windows-amd64"
        },
        "32bit": {
            "url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-386.tar.gz",
            "hash": "d5873b9154ed1daa4a123898ea9bbfa4ff2562d18e01a5dcc3e56b2db0d6e694",
            "extract_dir": "webhook-windows-386"
        }
    },
    "bin": "webhook.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-386.tar.gz"
            }
        }
    }
}
