mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
31 lines
981 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|