@@ -2,10 +2,9 @@ class Grpc < Formula
22 desc "Next generation open source RPC library and framework"
33 homepage "https://grpc.io/"
44 url "https://github.com/grpc/grpc.git" ,
5- tag : "v1.68.1 " ,
6- revision : "796e87f16136533977b8647b50a020519fd7a137 "
5+ tag : "v1.68.2 " ,
6+ revision : "859bc5216ba3955fb8925326bdec391fd93c8730 "
77 license "Apache-2.0"
8- revision 1
98 head "https://github.com/grpc/grpc.git" , branch : "master"
109
1110 # There can be a notable gap between when a version is tagged and a
@@ -20,12 +19,12 @@ class Grpc < Formula
2019 end
2120
2221 bottle do
23- sha256 cellar : :any , arm64_sequoia : "a1fc1f85eb74cf3a855e151fbdb1d045e78ffaf703a59faded214b0ae51c92c0 "
24- sha256 cellar : :any , arm64_sonoma : "d9704d75b9159f1a1ab199e2e59625c0cea55d0420c79a2260dea7929aec24f1 "
25- sha256 cellar : :any , arm64_ventura : "19549feee1f02da3e777aca46d00a1c8618b3fb77067b328a80a38e654974d7f "
26- sha256 cellar : :any , sonoma : "080554b3d6010752d43697ae84a0f5f3f3d71d05105b285a9934f6729efa29ad "
27- sha256 cellar : :any , ventura : "ece5ccc390d9bc2e15436321cf4afd034c37f9e495010075383d97f5608db93f "
28- sha256 cellar : :any_skip_relocation , x86_64_linux : "cf5d86a523d8ce19e0da7fb2b189c69fdf44cdde8d20a7c0df379d41c1719c6c "
22+ sha256 cellar : :any , arm64_sequoia : "803d7e86051b4bfd9b7236bfa3246260c65976ad7a43fb05d4b0fedd654c6b56 "
23+ sha256 cellar : :any , arm64_sonoma : "c57dc2264bfa872c1f0bef86da08529562add9f9b3fa8f150d1dddd75f0f77a2 "
24+ sha256 cellar : :any , arm64_ventura : "ef6eb117623d4b71d0a208950323cb51208b66b2cc12a6aa9c469c615f14379a "
25+ sha256 cellar : :any , sonoma : "bd80f23b191147fa0632025316f8620c784ed781418d35d39b9efd41e3b7f87f "
26+ sha256 cellar : :any , ventura : "b585cb95c9ee790bbcd36f6b42016e1ebaae257f3d3827f40351c29f25df2077 "
27+ sha256 cellar : :any_skip_relocation , x86_64_linux : "798f111781cb95c9ab422c253a6fa0edd8a623a88487dcc4e2a058ae32f49c2a "
2928 end
3029
3130 depends_on "autoconf" => :build
0 commit comments