-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinfluxdb.json
33 lines (33 loc) · 1.2 KB
/
influxdb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "2.7.11",
"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 'influx'."
],
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.11-windows.zip",
"hash": "9946db1ac5f2bd34a416dcc49beabd60079a71aef6728a071afb17f659abd0ab"
}
},
"bin": "influxd.exe",
"checkver": {
"url": "https://portal.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.version",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows.zip",
"hash": {
"url": "https://portal.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
}
}
}
}
}