Skip to content

Commit

Permalink
Merge pull request #151149 from Porkepix/bump-prometheus-2.47.2
Browse files Browse the repository at this point in the history
prometheus 2.47.2
  • Loading branch information
BrewTestBot authored Oct 16, 2023
2 parents 78e16c5 + 17bdd24 commit 3c2caeb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/prometheus.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Prometheus < Formula
desc "Service monitoring system and time series database"
homepage "https://prometheus.io/"
url "https://github.com/prometheus/prometheus/archive/v2.47.1.tar.gz"
sha256 "2fbbdd907453d7448114e55d6074dbdfb046410ee21e03b937ab51287c4384fa"
url "https://github.com/prometheus/prometheus/archive/v2.47.2.tar.gz"
sha256 "931ebdbddd78f45ee9de85fc42466c72a9b77136ed8f2a914f3f04a77725d9d6"
license "Apache-2.0"

# There can be a notable gap between when a version is tagged and a
Expand All @@ -14,13 +14,13 @@ class Prometheus < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db6ef0a0ac1df9e59d08ef00b7bf29b933c21615b0cb2b60a699b044f7021965"
sha256 cellar: :any_skip_relocation, arm64_ventura: "547eb23b77128941becd9a881772b2c0d3b8531a82e42b6e442c596f6699cb16"
sha256 cellar: :any_skip_relocation, arm64_monterey: "65787a9dab96730a818387b2c484c51fce6fdb13d12c23072235f3fdfa226436"
sha256 cellar: :any_skip_relocation, sonoma: "911b6b790efd3c0f7b167063b889ad730e1cf175beb8b8e0a422f1970d130a05"
sha256 cellar: :any_skip_relocation, ventura: "f7f8ec72504d162e3719c3fb6caa7742371b90e0e66843dd1ae3dc4f7861dbf5"
sha256 cellar: :any_skip_relocation, monterey: "76e413dfd066c969c300e13ed4c3ca5b0a982d24d14dd65daf68fd25d408db4e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7104647eaaeb8f1f376983d683316f714f3ab24900b28e9b7e94859f99330412"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b1e38b360a0ada9ab0a5d01554f06f80b8195f962f5bcb187e66d0f3682e548"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a51ae31b931912c82deb007d0b0e0ce38bd0daed2301d223781a9dffe2688174"
sha256 cellar: :any_skip_relocation, arm64_monterey: "88cc0be06e7fcceb6f482cb4176383633917ebae98190d94a04d551caf00ab73"
sha256 cellar: :any_skip_relocation, sonoma: "dea1ea3107f8e7845b4a7b37d4a86e088078ef5bf4da2bcefb3641ce0f0c1cde"
sha256 cellar: :any_skip_relocation, ventura: "97c12a6f736d924ccbcc9fc3d78fbafd85fd00edaa6ce9dc5ef335d3871d31c5"
sha256 cellar: :any_skip_relocation, monterey: "f789985410db252b32fa0a79bbeb87d580ee05a1a6402a5da31e876428e45219"
sha256 cellar: :any_skip_relocation, x86_64_linux: "36c226224b047417d5dca73039569bbee80f7e94c31ed4d7ad90744f7ca2e1f2"
end

depends_on "gnu-tar" => :build
Expand Down

0 comments on commit 3c2caeb

Please sign in to comment.