ScoopInstaller_Main/bucket/influxdb2.json
Nefariis 6482a670ea
influxdb: Update to version 1.8.9, add influxdb2 (#2252)
* updating from 1.8.4 to 1.8.6

* creating influxdb2

Adding version 2.x to the bucket folder

* Update and rename influxdb2 to influxdb2.json

* influxdb: Modify checkver, Update to version 1.8.9

* influxdb2: Modify checkver, Update to version 2.0.8

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-09-25 22:12:50 +08:00

31 lines
981 B
JSON

{
"version": "2.0.8",
"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.0.8-windows-amd64.zip",
"hash": "68584fcb22ff63d35215eff055a5e6d64e9f5da939fe11adae85b661436c1e4b",
"extract_dir": "influxdb2-2.0.8-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"
}
}
}
}