mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
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>
This commit is contained in:
parent
f354ff0f6a
commit
6482a670ea
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "1.8.4",
|
||||
"version": "1.8.9",
|
||||
"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.4_windows_amd64.zip",
|
||||
"hash": "09c63a0afc3587a827670504d0354f0926192a046961838c922dbe8bd5a71783",
|
||||
"extract_dir": "influxdb-1.8.4-1"
|
||||
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.8.9_windows_amd64.zip",
|
||||
"hash": "8aac83b70f02088f64e99b25884fea5bd4c81780e6f3740aa9ba0e8c3424f0ba",
|
||||
"extract_dir": "influxdb-1.8.9-1"
|
||||
}
|
||||
},
|
||||
"persist": "influxdb.conf",
|
||||
@ -15,11 +15,19 @@
|
||||
"influx.exe",
|
||||
"influx_inspect.exe",
|
||||
"influx_stress.exe",
|
||||
"influx_tsm.exe",
|
||||
"influxd.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://portal.influxdata.com/downloads",
|
||||
"regex": ">InfluxDB v([\\d.]+)<"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
30
bucket/influxdb2.json
Normal file
30
bucket/influxdb2.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user