From b3bb16c39064f323dbed6b3315b5376686566b40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Dec 2024 07:57:07 +0000 Subject: [PATCH 1/2] druid 31.0.1 --- Formula/d/druid.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/druid.rb b/Formula/d/druid.rb index 8a4ec4b4054d3..2f09111072f10 100644 --- a/Formula/d/druid.rb +++ b/Formula/d/druid.rb @@ -1,9 +1,9 @@ class Druid < Formula desc "High-performance, column-oriented, distributed data store" homepage "https://druid.apache.org/" - url "https://dlcdn.apache.org/druid/31.0.0/apache-druid-31.0.0-bin.tar.gz" - mirror "https://archive.apache.org/dist/druid/31.0.0/apache-druid-31.0.0-bin.tar.gz" - sha256 "c69a40a0a352fea07c59533004fc711db3b2e6e0c6977231ac2595d53f984241" + url "https://dlcdn.apache.org/druid/31.0.1/apache-druid-31.0.1-bin.tar.gz" + mirror "https://archive.apache.org/dist/druid/31.0.1/apache-druid-31.0.1-bin.tar.gz" + sha256 "8c20158c9fb50c3429083324ecf448df48f4f2313a0cd5f89a68708a6615b204" license "Apache-2.0" livecheck do From 2dc255ffd5df72b2866bf75d222bf8cd693e61de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:38:50 +0000 Subject: [PATCH 2/2] druid: update 31.0.1 bottle. --- Formula/d/druid.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/d/druid.rb b/Formula/d/druid.rb index 2f09111072f10..52607ff2546a4 100644 --- a/Formula/d/druid.rb +++ b/Formula/d/druid.rb @@ -12,8 +12,7 @@ class Druid < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "346b09e24e2b3ac175a00f03b67490df9d30a58086e39e447198d851ded2a96a" + sha256 cellar: :any_skip_relocation, all: "ebaae455f183a3e0c68085f2de51aa7371b1c06dd8d977cff2c77d1dda9c7878" end depends_on "zookeeper" => :test