mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
* 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>
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"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.9_windows_amd64.zip",
|
|
"hash": "8aac83b70f02088f64e99b25884fea5bd4c81780e6f3740aa9ba0e8c3424f0ba",
|
|
"extract_dir": "influxdb-1.8.9-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"
|
|
}
|
|
}
|
|
}
|
|
}
|