ScoopInstaller_Main/bucket/influxdb.json
2021-02-02 20:00:27 +00:00

37 lines
1.1 KiB
JSON

{
"version": "1.8.4",
"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"
}
},
"persist": "influxdb.conf",
"bin": [
"influx.exe",
"influx_inspect.exe",
"influx_stress.exe",
"influx_tsm.exe",
"influxd.exe"
],
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"regex": ">InfluxDB v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip",
"extract_dir": "influxdb-$version-1"
}
},
"hash": {
"url": "$url.sha256"
}
}
}