{
    "version": "2.8.0",
    "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 'versions/influx2'."
    ],
    "architecture": {
        "64bit": {
            "url": "https://download.influxdata.com/influxdb/releases/v2.8.0/influxdb2-2.8.0-windows_amd64.zip",
            "hash": "464d1240a7764c1c024021b5c5ac4a9943570929d615beec83a12f5e793becae"
        }
    },
    "bin": "influxd.exe",
    "checkver": {
        "url": "https://www.influxdata.com/versions.json",
        "jsonpath": "$.influxdb2.version",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.influxdata.com/influxdb/releases/v$version/influxdb2-$version-windows_amd64.zip",
                "hash": {
                    "url": "https://www.influxdata.com/versions.json",
                    "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
                }
            }
        }
    }
}
