ScoopInstaller_Main/bucket/influxdb2.json
2021-11-08 19:00:35 +00:00

31 lines
981 B
JSON

{
"version": "2.1.0",
"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/influxdb2-2.1.0-windows-amd64.zip",
"hash": "d4cf0961da7629ff250decf57c0c5bd54908e5fde4b8da5feb5006e34da37e6b",
"extract_dir": "influxdb2-2.1.0-windows-amd64"
}
},
"persist": "influxdb.conf",
"bin": [
"influx.exe",
"influxd.exe"
],
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"regex": ">InfluxDB v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows-amd64.zip",
"extract_dir": "influxdb2-$version-windows-amd64"
}
}
}
}