File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change
1
+ ../Formula/p/protobuf.rb
Original file line number Diff line number Diff line change 1
1
class Protobuf < Formula
2
2
desc "Protocol buffers (Google's data interchange format)"
3
3
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 "
6
6
license "BSD-3-Clause"
7
7
8
8
livecheck do
@@ -31,12 +31,6 @@ class Protobuf < Formula
31
31
depends_on "googletest" => :build
32
32
end
33
33
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
-
40
34
def install
41
35
# Keep `CMAKE_CXX_STANDARD` in sync with the same variable in `abseil.rb`.
42
36
abseil_cxx_standard = 17
You can’t perform that action at this time.
0 commit comments