Skip to content

Commit

Permalink
Merge pull request #196513 from Homebrew/bump-prometheus-cpp-1.3.0
Browse files Browse the repository at this point in the history
prometheus-cpp 1.3.0
  • Loading branch information
BrewTestBot authored Nov 3, 2024
2 parents aafd080 + cb42d9e commit 50156c8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/p/prometheus-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ class PrometheusCpp < Formula
desc "Prometheus Client Library for Modern C++"
homepage "https://github.com/jupp0r/prometheus-cpp"
url "https://github.com/jupp0r/prometheus-cpp.git",
tag: "v1.2.4",
revision: "ad99e21f4706193670c42b36c9824dc997f4c475"
tag: "v1.3.0",
revision: "e5fada43131d251e9c4786b04263ce98b6767ba5"
license "MIT"
head "https://github.com/jupp0r/prometheus-cpp.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2571779537dc5ab9240204f8abc79daa0e004d1e0706bfad50f8572a1b429a2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d668756a9f2cce815bb21d4cc57f6650033e16c9f6075e182a83c9be2b8faf87"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed12e2d6e073c2cf5d8d944f38ba7b825c464db9cea604c786442ee87c68f2f7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ec2d1f82b26e4646b33f50555000040a2b60092ceb3e12b0141134644aa7e973"
sha256 cellar: :any_skip_relocation, sonoma: "60fc60c44cc6a6ebcb497fbd1bf1e5b55d4edabfc8be33f7983409ffd8beeee0"
sha256 cellar: :any_skip_relocation, ventura: "9ed018a937326f595e2d8b0901471e804bf1656249410f6d41d6e3d3a4ac9eb2"
sha256 cellar: :any_skip_relocation, monterey: "d0a4bc233403aa98f488f60cb7e6d1d8f3d03348b88b7ded8e18c2fb4e59ff35"
sha256 cellar: :any_skip_relocation, x86_64_linux: "00a319b9c7930f5555e55783aa88a149b738d34565069e19b6141c20300e59ed"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0469944a3e069184d8a5d5747c8df6c6126912ec2e12e794ec425c768273dfa8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "991b7601d5774cef31131ea9cd59e5278962567803bd45841a9425a664d9e1b5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d6e9b1c1da33cf8f36891e0e628ca217aa85a6c5c657638b243c6fd873221ab5"
sha256 cellar: :any_skip_relocation, sonoma: "fa88788cb92e0e1396228550dabaf5f8f69fc377eb6e0998035aa02744eb250b"
sha256 cellar: :any_skip_relocation, ventura: "306bb5a7cfe366723b2d07ee15a7ee3b05eca2ccda33ae8c7f959d43aed7632c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "52dd7c5aeb41b13044d540efe21ac41f3428334a8390f0599bf5b7d4e2dd90b6"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 50156c8

Please sign in to comment.