Skip to content

Commit ea4a875

Browse files
authored
Merge pull request #220000 from Homebrew/bump-protoc-gen-grpc-swift-1.2.0
protoc-gen-grpc-swift 1.2.0
2 parents b191051 + 9f9c0fc commit ea4a875

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/p/protoc-gen-grpc-swift.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class ProtocGenGrpcSwift < Formula
22
desc "Protoc plugin for generating gRPC Swift stubs"
33
homepage "https://github.com/grpc/grpc-swift-protobuf"
4-
url "https://github.com/grpc/grpc-swift-protobuf/archive/refs/tags/1.1.0.tar.gz"
5-
sha256 "fe19d6931605e957031369578ab03faa6b3b3ad8fdee0214a08275ef209f36f9"
4+
url "https://github.com/grpc/grpc-swift-protobuf/archive/refs/tags/1.2.0.tar.gz"
5+
sha256 "63d15e901e46c609915cb5a797537416ab60bb5b21bcdb8a5ed57776f6a0bf65"
66
license "Apache-2.0"
77
version_scheme 1
88
head "https://github.com/grpc/grpc-swift-protobuf.git", branch: "main"
@@ -13,9 +13,9 @@ class ProtocGenGrpcSwift < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "19c9c068affc59d455635cf5d2749d3f36eb35ea8bb05bdea9a708df1b90497d"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "79ce459845c581ebbe4658fd83218ec6aab80e43d131a496eabcd5eb7ccc5f44"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5f196d46a031f46add8ca18b687de951994fc96f007099125b2acb5b64a84da2"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e57d5d774c7744e571795d8425a8737e2ccaa05c166110340e5b4de912f9ae48"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "2071381a7b1744b63fc6fd3f853f335e8fec96ab8acc759d5acec4550729ff06"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b6e68af5721a017a348cd215ae95026eb35360a5b1f1c86f7f46698b9a1cccd"
1919
end
2020

2121
depends_on xcode: ["15.0", :build]

0 commit comments

Comments
 (0)