{
    "version": "1.7.1",
    "description": "Open source framework for processing, monitoring, and alerting on time series data.",
    "homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v1.7.1_windows_amd64.zip",
            "hash": "1334e3e8efe08b3a2157a57f0e1d734cae26187909c64000ef50294f7678ee24",
            "extract_dir": "kapacitor-v1.7.1-1"
        }
    },
    "bin": [
        "kapacitor.exe",
        "kapacitord.exe"
    ],
    "persist": "kapacitor.conf",
    "checkver": {
        "url": "https://portal.influxdata.com/downloads",
        "regex": ">Kapacitor v([\\d.]+)<"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v$version_windows_amd64.zip",
                "hash": {
                    "url": "https://portal.influxdata.com/downloads/",
                    "regex": "$sha256.*\\s.*\\s.*$basename"
                },
                "extract_dir": "kapacitor-v$version-1"
            }
        }
    }
}
