From 613b301143c249a6761c8e2af138d3d362fdf511 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 00:39:01 +0000 Subject: [PATCH] influxdb: Update to version 2.5.0 --- bucket/influxdb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/influxdb.json b/bucket/influxdb.json index 1b481e9b7e..4c1c41e0cc 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.5.0", "description": "Scalable datastore for metrics, events, and real-time analytics.", "homepage": "https://www.influxdata.com/", "license": "MIT", @@ -9,8 +9,8 @@ ], "architecture": { "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.4.0-windows-amd64.zip", - "hash": "07769bd83e5f211490e1d3dac3cfc0cb674a25edc860137f5df444856308fa4e", + "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.5.0-windows-amd64.zip", + "hash": "7ca8e1b412852ceb9101bca13de7f72838e1def3ed715bd4f39848b0f103475b", "extract_dir": "influxdb2_windows_amd64" } },