Skip to content

Commit

Permalink
Merge pull request #163774 from chenrui333/bump-prometheus-2.50.0
Browse files Browse the repository at this point in the history
prometheus 2.50.0
  • Loading branch information
BrewTestBot authored Feb 22, 2024
2 parents 044835a + 52ff83e commit 9d0fd89
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/refs/tags/v2.49.1.tar.gz"
sha256 "985d7f45ed3d16e23a30eae490c17911518fae96cba0245d493eb07097a10b3b"
url "https://github.com/prometheus/prometheus/archive/refs/tags/v2.50.0.tar.gz"
sha256 "7bd134cd7d51457d07ca31da0ee9c310d6f2e1ac19c90f80f1f39169a3d786c6"
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: "3bb1bfa635debcbcbf25d94b5f47164ef5b77196cc83a2a0292646306b429b1a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "261ac9bcf36828a99ffe7f0ab004cfd2bc897beb99fa5b8a2b18739a181ee218"
sha256 cellar: :any_skip_relocation, arm64_monterey: "173efaa3d547275d5d5bffd3baf5e6026ae64de1ba847d4a33685be0230bfcbe"
sha256 cellar: :any_skip_relocation, sonoma: "224df481c99019b435b5dc86b9bbadb73281d6327c87f4ad54bead77cae180a5"
sha256 cellar: :any_skip_relocation, ventura: "dee352f2deef862dff57a254049859095fc6e682fe702cc8f190c6aedf8543b7"
sha256 cellar: :any_skip_relocation, monterey: "192cc54672e4651b472a708c0e3ca01fb659210f4a7af5b5cfb59a34596b8451"
sha256 cellar: :any_skip_relocation, x86_64_linux: "872734edee3183ab63d4202cc0968d880636e99e375d18d04d8e492b0933ac54"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0206ea0db5ce009a61e09e226a12e1dd8f6b975a7058fdb56c0d47ac7ad968b6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "049f2f1815b84d0696bfcfcd54e9d0349a84953f3ce15107dd26e8171f3971b5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "25caf5e84d967d5b346c4d7b961711dab6177e44f8d88290cf674c7dca22675b"
sha256 cellar: :any_skip_relocation, sonoma: "c7bbd5dbcf3cbc5883ada16dcc2ca8fd9e01eccbda3dbda1fbd434eb737ae973"
sha256 cellar: :any_skip_relocation, ventura: "2215080d4217fce1e65a001548f5c173ff32b0cb8ae5be32b98c4ebc7cc1d11a"
sha256 cellar: :any_skip_relocation, monterey: "fc01f6ef83eab93cd9f7cff42e98badc88954b575e94298de013fb64ab097edb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "21ee4b4ac240506bc8157a46b9634121946ae28aca554bfa81c4aeff953f829a"
end

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

0 comments on commit 9d0fd89

Please sign in to comment.