Skip to content

Commit acf0236

Browse files
BrewTestBotchenrui333
authored andcommitted
urdfdom 5.0.1
urdfdom: add urdfdom_headers 2.0 patch Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 67b0bbe commit acf0236

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/u/urdfdom.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Urdfdom < Formula
22
desc "Unified Robot Description Format (URDF) parser"
33
homepage "https://wiki.ros.org/urdf/"
4-
url "https://github.com/ros/urdfdom/archive/refs/tags/5.0.0.tar.gz"
5-
sha256 "31ce32c68312df5c344c5b5a5d4337ca5068aa405634bd2c5ec43be4486b831b"
4+
url "https://github.com/ros/urdfdom/archive/refs/tags/5.0.1.tar.gz"
5+
sha256 "1f610c9acd8319b9cf74ec1b1311a90c6021daa0bed23315dc714af618eaec87"
66
license "BSD-3-Clause"
77

88
# Upstream uses Git tags (e.g. `1.0.0`) to indicate a new version. They
@@ -29,6 +29,12 @@ class Urdfdom < Formula
2929
depends_on "tinyxml2"
3030
depends_on "urdfdom_headers"
3131

32+
# Support urdfdom_headers 2.0, upstream pr ref, https://github.com/ros/urdfdom/pull/221
33+
patch do
34+
url "https://github.com/ros/urdfdom/commit/9c5b7561612a3250f632b500ac97251ba98ece13.patch?full_index=1"
35+
sha256 "6c671176ab0938f81027beb6626e970e8239ecc846328661a11452dc9762bc12"
36+
end
37+
3238
def install
3339
ENV.cxx11
3440
system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *std_cmake_args

0 commit comments

Comments
 (0)