From 8fa0f23bfbca704db481766b063a47df19ccdbe6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:48:11 +0000 Subject: [PATCH 1/2] thanos 0.41.0 --- Formula/t/thanos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/thanos.rb b/Formula/t/thanos.rb index c00a99def0f37..4b9a36b2f5540 100644 --- a/Formula/t/thanos.rb +++ b/Formula/t/thanos.rb @@ -1,8 +1,8 @@ class Thanos < Formula desc "Highly available Prometheus setup with long term storage capabilities" homepage "https://thanos.io" - url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.40.1.tar.gz" - sha256 "40a9aba9bfde720f03f1db9b1458d41deadfed283b87ead26fd4ad535bdd8f83" + url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.41.0.tar.gz" + sha256 "7566a654e7ed07f0aed194c4c2fee1f60bddfda0bd8d7458ce735ce2e868ffc8" license "Apache-2.0" bottle do From 6267a95052d9ac2a127991c83960e6b2bd8fd7de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:19:13 +0000 Subject: [PATCH 2/2] thanos: update 0.41.0 bottle. --- Formula/t/thanos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/thanos.rb b/Formula/t/thanos.rb index 4b9a36b2f5540..f6fd408baf1e3 100644 --- a/Formula/t/thanos.rb +++ b/Formula/t/thanos.rb @@ -6,12 +6,12 @@ class Thanos < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "b2211d32b581452107e32edf6e47d917064862b6883bc88b075d23699dc58e23" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8299faeda73834ba48cdf5d5220a96a9d507f33196b12b37b1e58a703a6f02eb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb4f8a30998c7f2a5382a61397024fa15e4f0bd3b8cc29b6107cfe779431c0b9" - sha256 cellar: :any_skip_relocation, sonoma: "96b19d24ce9f556221a6b5f339a83829ceb13dfd6897cde7c229e2ff5a35035f" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a16153e87b273509af206ba3b08c92a58685a1aa3502637b624a82df9164f7c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8f7c5c466a3dc773129c6228f236db90f96ee20c0194ee8419a39dc27b84aed3" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "af0661c2a78ef3e92faa2fe71e88020af6e5feb8125dd5bd01de714e9960e120" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c7da513ac84acfd289615cfad300e3d00ec416ead9bf33ec6a3487e16dc35f3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2697f75f98288dd410c434ebb30e879b1e57d4bb56df6da1ee6b029ca931427c" + sha256 cellar: :any_skip_relocation, sonoma: "41ad9c6fc6be25934665460fc45f041388c796d20b190dac187b200a6960ac03" + sha256 cellar: :any_skip_relocation, arm64_linux: "72c8fc644d15d5c0f9bd3ca3037dad7010787db8eff7c24d9d0b5ffb46bf1adb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f83788c0f27c6634052f2b5bf524510cbecae556d8136b808b2cf1660daf075" end depends_on "go" => :build