From 916efe958e687adc85c82ecb088f56be2afca225 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Thu, 31 Aug 2023 22:26:15 +0800 Subject: [PATCH 1/2] thanos 0.32.2 --- 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 50d7af95e667c..aabd5ed7d7ba3 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.32.1.tar.gz" - sha256 "524503d3d4606799e6f5d6b9e81aa9f816284267ceabf041ab5d799925c3b05d" + url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.32.2.tar.gz" + sha256 "8f01210cb0367f337ed005455e75c7c90474432219b90bbd6dc5569fd14b2e63" license "Apache-2.0" bottle do From 61cc55168885e6a9eb2d09d280c8d6b0f7ee2d94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:49:47 +0000 Subject: [PATCH 2/2] thanos: update 0.32.2 bottle. --- Formula/t/thanos.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/thanos.rb b/Formula/t/thanos.rb index aabd5ed7d7ba3..68abe3a7002fa 100644 --- a/Formula/t/thanos.rb +++ b/Formula/t/thanos.rb @@ -6,13 +6,13 @@ class Thanos < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "79c7e27873847a4126c826fabfa75b36eb14d9b6c823002874e1c8aa9addbb72" - sha256 cellar: :any_skip_relocation, arm64_monterey: "efcc46d366c00622f7e5d4718a78d7abb897ba3889501ac867e6bc656da52ced" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "1a2f0795f5a89d0eb6f8465ec13aa1ad4018072528f378bc097f79f0eea15847" - sha256 cellar: :any_skip_relocation, ventura: "d9cf58ad686c35f6bee48aa0104b90aabe01d3af767802969118a398dcedab8b" - sha256 cellar: :any_skip_relocation, monterey: "88b2193f9ebc9394126a6bd98f3459284438162938e8d0243a809175b843f84e" - sha256 cellar: :any_skip_relocation, big_sur: "f4aaece2fbc829949e5d004cae3b4a4a6a79a9e0bfba61e90ca612a88779dd33" - sha256 cellar: :any_skip_relocation, x86_64_linux: "92f2517d4f989cbafeb1ac6f244ccf2efbdb2908f8949e75d113d20622f21fd6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0a369e64e233caddd364b4e167babb2d3870803c0d3974f33c1499a094422480" + sha256 cellar: :any_skip_relocation, arm64_monterey: "1d3470910ba8e132e4b308d16c13edb946029877b929f9dbc3086a01c5396c5b" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "cfa174763911c37cce5b076753a51a06e113e957ed837109bd66b6b5d166bbc1" + sha256 cellar: :any_skip_relocation, ventura: "e2145e625700dff793c1b3ccac32f6c06790bbcab43298d7fe3aa1c286ddb49d" + sha256 cellar: :any_skip_relocation, monterey: "a1844f87dc1719af9f3f5fa780b4f2ae82ca58707a4c61cafd1a2acfe510949b" + sha256 cellar: :any_skip_relocation, big_sur: "3b252dcd43dcf8fa206a90640b2a5dde54a9d97b3018a230aa3abb98291680a1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b01ccdf03055d2e322471b03e923bd4a4387dfee8272916d0bbc139cb93ebed" end depends_on "go" => :build