Skip to content

Commit

Permalink
Merge pull request Homebrew#199913 from Homebrew/bump-grpc-1.68.2
Browse files Browse the repository at this point in the history
grpc 1.68.2
  • Loading branch information
BrewTestBot authored Dec 3, 2024
2 parents c70baf3 + f709495 commit 7e905bd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/g/grpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ class Grpc < Formula
desc "Next generation open source RPC library and framework"
homepage "https://grpc.io/"
url "https://github.com/grpc/grpc.git",
tag: "v1.68.1",
revision: "796e87f16136533977b8647b50a020519fd7a137"
tag: "v1.68.2",
revision: "859bc5216ba3955fb8925326bdec391fd93c8730"
license "Apache-2.0"
revision 1
head "https://github.com/grpc/grpc.git", branch: "master"

# There can be a notable gap between when a version is tagged and a
Expand All @@ -20,12 +19,12 @@ class Grpc < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "a1fc1f85eb74cf3a855e151fbdb1d045e78ffaf703a59faded214b0ae51c92c0"
sha256 cellar: :any, arm64_sonoma: "d9704d75b9159f1a1ab199e2e59625c0cea55d0420c79a2260dea7929aec24f1"
sha256 cellar: :any, arm64_ventura: "19549feee1f02da3e777aca46d00a1c8618b3fb77067b328a80a38e654974d7f"
sha256 cellar: :any, sonoma: "080554b3d6010752d43697ae84a0f5f3f3d71d05105b285a9934f6729efa29ad"
sha256 cellar: :any, ventura: "ece5ccc390d9bc2e15436321cf4afd034c37f9e495010075383d97f5608db93f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf5d86a523d8ce19e0da7fb2b189c69fdf44cdde8d20a7c0df379d41c1719c6c"
sha256 cellar: :any, arm64_sequoia: "803d7e86051b4bfd9b7236bfa3246260c65976ad7a43fb05d4b0fedd654c6b56"
sha256 cellar: :any, arm64_sonoma: "c57dc2264bfa872c1f0bef86da08529562add9f9b3fa8f150d1dddd75f0f77a2"
sha256 cellar: :any, arm64_ventura: "ef6eb117623d4b71d0a208950323cb51208b66b2cc12a6aa9c469c615f14379a"
sha256 cellar: :any, sonoma: "bd80f23b191147fa0632025316f8620c784ed781418d35d39b9efd41e3b7f87f"
sha256 cellar: :any, ventura: "b585cb95c9ee790bbcd36f6b42016e1ebaae257f3d3827f40351c29f25df2077"
sha256 cellar: :any_skip_relocation, x86_64_linux: "798f111781cb95c9ab422c253a6fa0edd8a623a88487dcc4e2a058ae32f49c2a"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit 7e905bd

Please sign in to comment.