Skip to content

Commit a5be9cd

Browse files
authored
gz-msgs8: patch for protobuf 30 (#3104)
Patch from gazebosim/gz-msgs#524. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 75112d0 commit a5be9cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/ignition-msgs8.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ class IgnitionMsgs8 < Formula
2323
sha256 "02dd3ee467dcdd1b5b1c7c26d56ebea34276fea7ff3611fb53bf27b99e7ba4bc"
2424
end
2525

26+
patch do
27+
# Fix for compatibility with protobuf 30
28+
url "https://github.com/gazebosim/gz-msgs/commit/01f6ee53c20e1d5a5dece1b60e98c78cdbc1ea6c.patch?full_index=1"
29+
sha256 "4aab8b47f83757014c56f1aac3f3da147d828dc6a935c09618e673424778084e"
30+
end
31+
2632
def install
2733
cmake_args = std_cmake_args
2834
cmake_args << "-DBUILD_TESTING=Off"

0 commit comments

Comments
 (0)