ScoopInstaller_Main/bucket/influxdb2.json
2021-10-11 22:34:11 -07:00

31 lines
981 B
JSON

{
"version": "2.0.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/influxdb2-2.0.9-windows-amd64.zip",
"hash": "0eab271a67596438f70bf8d4f9d3e27ba87b1c8272480ed95fbf6cf78f226a35",
"extract_dir": "influxdb2-2.0.9-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"
}
}
}
}