From d6797ad53e139979bb9572aff05b824f00fc4a54 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:17:34 +0000 Subject: [PATCH 1/2] protoc-gen-grpc-swift 2.1.0 --- Formula/p/protoc-gen-grpc-swift.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/protoc-gen-grpc-swift.rb b/Formula/p/protoc-gen-grpc-swift.rb index c3893005313f1..a95c5e6d0fadc 100644 --- a/Formula/p/protoc-gen-grpc-swift.rb +++ b/Formula/p/protoc-gen-grpc-swift.rb @@ -1,8 +1,8 @@ class ProtocGenGrpcSwift < Formula desc "Protoc plugin for generating gRPC Swift stubs" homepage "https://github.com/grpc/grpc-swift-protobuf" - url "https://github.com/grpc/grpc-swift-protobuf/archive/refs/tags/2.0.0.tar.gz" - sha256 "308e62a9160603310f055a8fa02484f80e245ad49e094cef4193b520a1736adf" + url "https://github.com/grpc/grpc-swift-protobuf/archive/refs/tags/2.1.0.tar.gz" + sha256 "4d31d1c96e361a01443cb4037293d3fc586568e9bfca13fd7290bc3e20f0ecb8" license "Apache-2.0" version_scheme 1 head "https://github.com/grpc/grpc-swift-protobuf.git", branch: "main" From 65b6923ab46679067300061fa05788a9b5da0427 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:36:30 +0000 Subject: [PATCH 2/2] protoc-gen-grpc-swift: update 2.1.0 bottle. --- Formula/p/protoc-gen-grpc-swift.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/protoc-gen-grpc-swift.rb b/Formula/p/protoc-gen-grpc-swift.rb index a95c5e6d0fadc..ec6e92100de63 100644 --- a/Formula/p/protoc-gen-grpc-swift.rb +++ b/Formula/p/protoc-gen-grpc-swift.rb @@ -13,9 +13,9 @@ class ProtocGenGrpcSwift < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "94e1f8cb9cb5040d4a4b54eb9f391618ba6b8aad9d0482cdf197507c359b9aa8" - sha256 cellar: :any_skip_relocation, arm64_linux: "59d21de765a01b40b2c2ec704dc8e6985b72677f5717fa96391d81c917931af0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2985626ab628df99de6c3b90aff852f1073a6e262a5056e07f4032a65903e588" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dde8343540f1f7f9383bf48eb394e54b2acee7f43faf895fd3d9c6507a3f6549" + sha256 cellar: :any_skip_relocation, arm64_linux: "1b1bc43431f47c6e53a16e507b86eca4da4a84118ceeba8081a2ae0501f95d92" + sha256 cellar: :any_skip_relocation, x86_64_linux: "efce131327ebeb6052343c9b3a828ab911e9327bc4c710bedda1761fde6d65ae" end depends_on xcode: ["15.0", :build]