From 7225edb0f56eb8f5b371dcd9a39c5fd1b87ba21a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:24:34 +0000 Subject: [PATCH] influxdb: Update to version 2.7.1 --- bucket/influxdb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/influxdb.json b/bucket/influxdb.json index 278e906bed..8fc16170e8 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -1,5 +1,5 @@ { - "version": "2.7.0", + "version": "2.7.1", "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.7.0-windows-amd64.zip", - "hash": "7f07dab585592e4e55d100f7fbc085d491e1d9a275f344492062d155193c8dec", + "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.1-windows-amd64.zip", + "hash": "8e0acbc7dba55a794450fa53d72cd48958d11d39e619394a268e06a6c03af672", "extract_dir": "influxdb2_windows_amd64" } },