ScoopInstaller_Main/bucket/influxdb.json
2021-10-15 18:00:36 +00:00

34 lines
1.0 KiB
JSON

{
"version": "1.8.10",
"description": "Scalable datastore for metrics, events, and real-time analytics.",
"homepage": "https://www.influxdata.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.8.10_windows_amd64.zip",
"hash": "cb39cc9505c78c17a96b4250d116772798486b3c86213c757ce09af0ae4f4029",
"extract_dir": "influxdb-1.8.10-1"
}
},
"persist": "influxdb.conf",
"bin": [
"influx.exe",
"influx_inspect.exe",
"influx_stress.exe",
"influxd.exe"
],
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"regex": ">InfluxDB v1\\.([\\d.]+)",
"replace": "1.${1}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip",
"extract_dir": "influxdb-$version-1"
}
}
}
}