Skip to content

Commit b0bf7c2

Browse files
authored
Merge pull request #206300 from Homebrew/bump-protobuf-c-1.5.1
protobuf-c 1.5.1
2 parents 7adcb69 + 7d5a318 commit b0bf7c2

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

.github/autobump.txt

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

Formula/p/protobuf-c.rb

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
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
10-
sha256 cellar: :any, arm64_sequoia: "e126a9b3a7187dd6d62c635505b284c9bf15375f76f53e8fcb37b4864a9d4606"
11-
sha256 cellar: :any, arm64_sonoma: "ebfe8527faeef9424fc49ece715eb37648789eaf39bb6d46b9f57b17fdc88af7"
12-
sha256 cellar: :any, arm64_ventura: "bb0ad5bef5a788dd56b3472bc3f8c62879c483c786b9a3a3c9ea61be5d5486a5"
13-
sha256 cellar: :any, sonoma: "a0db027a6bc9d54bd10f0bfa47ff2fb4ad0fcf4efd4ecf0f1243651dc8d84a49"
14-
sha256 cellar: :any, ventura: "ba6edb598c82c195302f320fc934ffc3e640b89744c93ec96fe8c8f64ea5aeca"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d79036e60276199da3118381a3b616b125e1a17d3a8b8f43a9c12d0f905f861a"
9+
sha256 cellar: :any, arm64_sequoia: "446715f1e5c9c96bcbac59e1e4f5744c6ac29b72e17f01c0440cac3badc1f4bd"
10+
sha256 cellar: :any, arm64_sonoma: "8ae30fa7cf6e99f3fbfd668e674d03a2c7e37a7cf1220f033df668c0b2c22573"
11+
sha256 cellar: :any, arm64_ventura: "fabc965b14258983dfa5b10485661faed63954430a2264cbbba5ea7fa2726ff7"
12+
sha256 cellar: :any, sonoma: "f79f20f93a46402bbef5efabd202cbf8bb9056e8ca59a5fc7dcdfeeb6a4cc8c6"
13+
sha256 cellar: :any, ventura: "ee5ce24a79f4602cee1f23e4c60aff63f18023a02ee118d21bc1e4e3f23ff089"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddcd7687f0010b40c304dde7d099395d509b9fac55638e41aaa159f0ef795893"
1615
end
1716

1817
head do
@@ -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)