From 844426b1f688f3475dae26265a1a99539e1211a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:02:31 +0000 Subject: [PATCH] influxdb 2.7.11 --- Formula/i/influxdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/influxdb.rb b/Formula/i/influxdb.rb index 858e8a8cdabc6..a603922157998 100644 --- a/Formula/i/influxdb.rb +++ b/Formula/i/influxdb.rb @@ -4,8 +4,8 @@ class Influxdb < Formula # When bumping to 3.x, update license stanza to `license any_of: ["Apache-2.0", "MIT"]` # Ref: https://github.com/influxdata/influxdb/blob/main/Cargo.toml#L124 url "https://github.com/influxdata/influxdb.git", - tag: "v2.7.10", - revision: "f302d9730c3c66577bea7bc7199cfae773bf308e" + tag: "v2.7.11", + revision: "fbf5d4ab5e65d3a3661aa52e1d05259d19a6a81b" license "MIT" head "https://github.com/influxdata/influxdb.git", branch: "main-2.x"