{
    "version": "1.8.5",
    "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-1.8.5_windows_amd64.zip",
            "hash": "ee61eef979fac3beaa9482d533a93169f32f14ac921cb38ec5a8d4ea56ed9ace",
            "extract_dir": "kapacitor-1.8.5-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-$version_windows_amd64.zip",
                "hash": {
                    "url": "https://portal.influxdata.com/downloads/",
                    "regex": "$sha256.*\\s.*\\s.*$basename"
                },
                "extract_dir": "kapacitor-$version-1"
            }
        }
    }
}
