From 3630467dff907343c506532b87be0ca5cf9c1015 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 5 Nov 2024 13:46:56 -0800 Subject: [PATCH] add extra readme patch Signed-off-by: Steve Peters --- Formula/sdformat15.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Formula/sdformat15.rb b/Formula/sdformat15.rb index 9cfda817d..43cc45570 100644 --- a/Formula/sdformat15.rb +++ b/Formula/sdformat15.rb @@ -30,7 +30,14 @@ class Sdformat15 < Formula depends_on "urdfdom" patch do - # Support building python bindings against external sdformat library + # Support building python bindings against external sdformat library part 1 + # Remove this patch with the next release + url "https://github.com/gazebosim/sdformat/commit/22684cbe9144f9cf15e2df7dfa55457266caca44.patch?full_index=1" + sha256 "3ce3f059b4e549e105ef555479979cb849b75d0ff58d1cb479b3a5cde519ff3f" + end + + patch do + # Support building python bindings against external sdformat library part 2 # Remove this patch with the next release url "https://github.com/gazebosim/sdformat/commit/3dcdd55ee7a3ab0ac77b5cce56ba9629b79a70ac.patch?full_index=1" sha256 "0e7dacc3c576d1188985c3508ed217c50b910f5f9290826703b6411958d28657"