From 60954009b05d63c011c99aeb484cb33ce95be8d9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:42:08 +0000 Subject: [PATCH] kapacitor 1.7.5 --- Formula/k/kapacitor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kapacitor.rb b/Formula/k/kapacitor.rb index 2a14c87a1a47..e24976f76d47 100644 --- a/Formula/k/kapacitor.rb +++ b/Formula/k/kapacitor.rb @@ -6,8 +6,8 @@ class Kapacitor < Formula stable do url "https://github.com/influxdata/kapacitor.git", - tag: "v1.7.4", - revision: "3470f6ae7f53acaca90459cc1128298548fdc740" + tag: "v1.7.5", + revision: "577ded2d9a65371b02bff0b6950ea147fa724b6c" # build patch to upgrade flux so that it can be built with rust 1.72.0+ # upstream PR ref, https://github.com/influxdata/kapacitor/pull/2811