From 56c0a4a313fce26f7a41e20c60f11931f2ee262b Mon Sep 17 00:00:00 2001 From: Porkepix Date: Sat, 29 Oct 2022 00:46:34 +0200 Subject: [PATCH] grpc-swift 1.12.0 Closes #114192. Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/grpc-swift.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/grpc-swift.rb b/Formula/grpc-swift.rb index d00d8095e0d..8a4067cbfb0 100644 --- a/Formula/grpc-swift.rb +++ b/Formula/grpc-swift.rb @@ -1,8 +1,8 @@ class GrpcSwift < Formula desc "Swift language implementation of gRPC" homepage "https://github.com/grpc/grpc-swift" - url "https://github.com/grpc/grpc-swift/archive/1.11.0.tar.gz" - sha256 "5e5534fdfc8f7e7c94c405cde5da93d6aa249a54d62e6885c32d6683d0d54e39" + url "https://github.com/grpc/grpc-swift/archive/1.12.0.tar.gz" + sha256 "27fd51ff989d2d49185c6f75a201c38c82cfde65767c42af470f388a6f683f99" license "Apache-2.0" head "https://github.com/grpc/grpc-swift.git", branch: "main"