Skip to content

Commit 5a8a57b

Browse files
committed
protobuf-c 1.5.1
autobump: add protobuf-c Signed-off-by: Rui Chen <[email protected]> protobuf-c: remove build patches Signed-off-by: Rui Chen <[email protected]>
1 parent 0133f24 commit 5a8a57b

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,6 +2614,7 @@ proselint
26142614
proteinortho
26152615
proto
26162616
protobuf
2617+
protobuf-c
26172618
protoc-gen-go
26182619
protoc-gen-go-grpc
26192620
protoc-gen-grpc-java

Formula/p/protobuf-c.rb

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class ProtobufC < Formula
22
desc "Protocol buffers library"
33
homepage "https://github.com/protobuf-c/protobuf-c"
4-
url "https://github.com/protobuf-c/protobuf-c/releases/download/v1.5.0/protobuf-c-1.5.0.tar.gz"
5-
sha256 "7b404c63361ed35b3667aec75cc37b54298d56dd2bcf369de3373212cc06fd98"
4+
url "https://github.com/protobuf-c/protobuf-c/releases/download/v1.5.1/protobuf-c-1.5.1.tar.gz"
5+
sha256 "20d1dc257da96f8ddff8be4dd9779215bbd0a6069ed53bbe9de38fa7629be06b"
66
license "BSD-2-Clause"
7-
revision 16
87

98
bottle do
109
sha256 cellar: :any, arm64_sequoia: "e126a9b3a7187dd6d62c635505b284c9bf15375f76f53e8fcb37b4864a9d4606"
@@ -28,17 +27,6 @@ class ProtobufC < Formula
2827
depends_on "abseil"
2928
depends_on "protobuf"
3029

31-
# Apply commits from open PR to support Protobuf 26.
32-
# PR ref: https://github.com/protobuf-c/protobuf-c/pull/711
33-
patch do
34-
url "https://github.com/protobuf-c/protobuf-c/commit/e3acc96ca2a00ef715fa2caa659f677cad8a9fa0.patch?full_index=1"
35-
sha256 "3b564a971023d127bb7b666e5669f792c94766836ccaed5acfae3e23b8152d43"
36-
end
37-
patch do
38-
url "https://github.com/protobuf-c/protobuf-c/commit/1b4b205d87b1bc6f575db1fd1cbbb334a694abe8.patch?full_index=1"
39-
sha256 "6d02812445a229963add1b41c07bebddc3437fecb2a03844708512326fd70914"
40-
end
41-
4230
def install
4331
system "autoreconf", "--force", "--install", "--verbose" if build.head?
4432
system "./configure", *std_configure_args

0 commit comments

Comments
 (0)