{
    "version": "2.7.5",
    "description": "Scalable datastore for metrics, events, and real-time analytics.",
    "homepage": "https://www.influxdata.com/",
    "license": "MIT",
    "notes": [
        "InfluxDB v1 has been moved to 'Versions' bucket, use 'scoop install versions/influxdb1' to install it.",
        "For CLI, please install 'influx'."
    ],
    "architecture": {
        "64bit": {
            "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.5-windows.zip",
            "hash": "93fc7c675bf7830c7b6a1108ae149ec45852eb6c771765583d4a5825c7cfaeac"
        }
    },
    "bin": "influxd.exe",
    "checkver": {
        "url": "https://portal.influxdata.com/versions.json",
        "jsonpath": "$.influxdb2.version",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows.zip",
                "hash": {
                    "url": "https://portal.influxdata.com/versions.json",
                    "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
                }
            }
        }
    }
}
