{
    "version": "1.12.2",
    "description": "Scalable datastore for metrics, events, and real-time analytics.",
    "homepage": "https://www.influxdata.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://download.influxdata.com/influxdb/releases/v1.12.2/influxdb-1.12.2-windows.zip",
            "hash": "bd2bd7a7c1a9aee521a814448b292bb2be1cab2b49dbff069abc70f4920de28a"
        }
    },
    "bin": [
        "influx.exe",
        "influx_inspect.exe",
        "influxd.exe"
    ],
    "persist": "influxdb.conf",
    "checkver": {
        "url": "https://www.influxdata.com/versions.json",
        "jsonpath": "$.influxdb_stable.version",
        "regex": "(1\\.[\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.influxdata.com/influxdb/releases/v$version/influxdb-$version-windows.zip",
                "hash": {
                    "url": "https://www.influxdata.com/versions.json",
                    "jsonpath": "$.influxdb_stable.downloads[?(@.platform =~ /^Windows/)].sha256"
                }
            }
        }
    }
}
