ScoopInstaller_Main/bucket/influxdb.json
2022-04-07 16:31:47 +00:00

36 lines
1.3 KiB
JSON

{
"version": "2.2.0",
"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.2.0-windows-amd64.zip",
"hash": "b8bfa5619ad33b6bfd517fa88ab42cc111e8e3f196eb3294b1b4c583e558a3c7",
"extract_dir": "influxdb2-2.2.0-windows-amd64"
}
},
"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-amd64.zip",
"hash": {
"url": "https://portal.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
},
"extract_dir": "influxdb2-$version-windows-amd64"
}
}
}
}