diff --git a/Formula/t/thanos.rb b/Formula/t/thanos.rb index 68abe3a7002f..da1ba30fa938 100644 --- a/Formula/t/thanos.rb +++ b/Formula/t/thanos.rb @@ -1,18 +1,18 @@ 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.2.tar.gz" - sha256 "8f01210cb0367f337ed005455e75c7c90474432219b90bbd6dc5569fd14b2e63" + url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.32.3.tar.gz" + sha256 "1cbd18fac2b89c1e5333f95991943be9647a49b7bdff831956825807c7c870fa" license "Apache-2.0" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_ventura: "114c35e22f6f43c77488da7880c6a7e322d781be769a21f01895b7de91777392" + sha256 cellar: :any_skip_relocation, arm64_monterey: "7b34a4ee4307ad033d7093d630fb91af4bc79db0db97189868b2cd1fcc3390db" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "3d1227a83e2fb057eddda9a629616ea6687aa253cebe977e5bbae0280f812db3" + sha256 cellar: :any_skip_relocation, ventura: "c8dd95a9673fa47c5ce31c01687d964da80041b15fc8ba733c0672de5b59dfa6" + sha256 cellar: :any_skip_relocation, monterey: "befe060a76f0ab46f3d96dec470fc676bf69e011a2797179cd98515c02c01575" + sha256 cellar: :any_skip_relocation, big_sur: "bc7014fd2d13beec84503fd0dfdaef532f20eb451110785d6f07301315320e3e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9208602bc279d1f6925ff749d28e3a9eb1ea58f8c5a29eba5a77238d842fe963" end depends_on "go" => :build