Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/p/protoc-gen-grpc-swift.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading