Skip to content

Commit 5a9fba3

Browse files
bevanjkaychenrui333
authored andcommitted
protobuf 31.1
protobuf: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent f34f0e3 commit 5a9fba3

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Aliases/protobuf@31

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Formula/p/protobuf.rb

Formula/p/protobuf.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Protobuf < Formula
22
desc "Protocol buffers (Google's data interchange format)"
33
homepage "https://protobuf.dev/"
4-
url "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protobuf-29.3.tar.gz"
5-
sha256 "008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e"
4+
url "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protobuf-31.1.tar.gz"
5+
sha256 "12bfd76d27b9ac3d65c00966901609e020481b9474ef75c7ff4601ac06fa0b82"
66
license "BSD-3-Clause"
77

88
livecheck do
@@ -31,12 +31,6 @@ class Protobuf < Formula
3131
depends_on "googletest" => :build
3232
end
3333

34-
# Backport to expose java-related symbols
35-
patch do
36-
url "https://github.com/protocolbuffers/protobuf/commit/9dc5aaa1e99f16065e25be4b9aab0a19bfb65ea2.patch?full_index=1"
37-
sha256 "edc1befbc3d7f7eded6b7516b3b21e1aa339aee70e17c96ab337f22e60e154d7"
38-
end
39-
4034
def install
4135
# Keep `CMAKE_CXX_STANDARD` in sync with the same variable in `abseil.rb`.
4236
abseil_cxx_standard = 17

0 commit comments

Comments
 (0)