Skip to content

Commit

Permalink
Merge pull request #200787 from Homebrew/bump-thanos-0.37.2
Browse files Browse the repository at this point in the history
thanos 0.37.2
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents abea077 + 1e8fd23 commit 77ff2fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/thanos.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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.37.1.tar.gz"
sha256 "0c232ec85cc34338c10a1314b4bdb7f74e98bba0012545b9186a210f567276e0"
url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.37.2.tar.gz"
sha256 "ebe569241c38bc2e055c0f5fa24172f636b8922b74f1e5dc6a184fb31b66e73c"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0a534ed1d2f074f1075904484c1bd9a225ffa865a364c07e049908c8b7391c5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c938143e8f19ffa91b3c8c74acbe9e8d3bafa917e7e874d3e69298161c8339f1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae57e44944a27551d7a1e2281b96a6130967d1663e7199f38a1de8b7a076132a"
sha256 cellar: :any_skip_relocation, sonoma: "66170c78abe5a4932dbf2fadda5bc204936c8eba30a622af033d0c864c419659"
sha256 cellar: :any_skip_relocation, ventura: "9b222a355a27a323626e19b1559408adc03d60bc2bfb84db981ae707ce94433b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a0dfa73dbb5d51e4634368265221e12bb0f580cf147cd8b6ff73b129db96df08"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "34af92559c31c6314dab4e9d7d19b0172db419ec4d59b8e4b4310967394a0037"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7be18286498e903e6bb8c856b83ba47be12e80d74c258bcddea52ae1e8f9d974"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d64669ff71822a9ae84ebbb5d4d35f747f6ad75f824e1af5ee3d3903bcec8ce8"
sha256 cellar: :any_skip_relocation, sonoma: "8eade5bacdb7b65a95001341fc98ca4e5817b008f8b95ac188e634d29ef58bc9"
sha256 cellar: :any_skip_relocation, ventura: "19efe0e658bfe8ce280ec53b89778028c780c784b0b94053ce54683df5f9a1b5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9afa740d0b1f3a4ed33ffcf6d4ecac40b744d040ab845e0174960177a07367da"
end

depends_on "go" => :build
Expand Down

0 comments on commit 77ff2fd

Please sign in to comment.