influxdb: Update to version 2.7.3

This commit is contained in:
github-actions[bot] 2023-10-31 20:23:46 +00:00
parent 62b77b7075
commit 40a400de80

View File

@ -1,5 +1,5 @@
{ {
"version": "2.7.1", "version": "2.7.3",
"description": "Scalable datastore for metrics, events, and real-time analytics.", "description": "Scalable datastore for metrics, events, and real-time analytics.",
"homepage": "https://www.influxdata.com/", "homepage": "https://www.influxdata.com/",
"license": "MIT", "license": "MIT",
@ -9,8 +9,8 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.1-windows-amd64.zip", "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.3-windows-amd64.zip",
"hash": "8e0acbc7dba55a794450fa53d72cd48958d11d39e619394a268e06a6c03af672", "hash": "94c468dffe84f7399e14e000ffc18372d74e1fa8956020b2c975edbdec03c58b",
"extract_dir": "influxdb2_windows_amd64" "extract_dir": "influxdb2_windows_amd64"
} }
}, },