From 71fe2dd4947b4b59f287fb26a3fba11216923b35 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 17 Oct 2023 14:17:49 -0500 Subject: [PATCH] Bumps in ionic : ci_matching_branch/bump_ionic_sdformat15 (#2477) Signed-off-by: Addisu Z. Taddese --- Formula/sdformat15.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/sdformat15.rb b/Formula/sdformat15.rb index e05b0a6fb..f90ce523b 100644 --- a/Formula/sdformat15.rb +++ b/Formula/sdformat15.rb @@ -2,7 +2,7 @@ class Sdformat15 < Formula desc "Simulation Description Format" homepage "http://sdformat.org" url "https://github.com/gazebosim/sdformat.git", branch: "main" - version "14.999.999-0-20231011" + version "14.999.999-0-20231016" license "Apache-2.0" head "https://github.com/gazebosim/sdformat.git", branch: "main" @@ -12,10 +12,10 @@ class Sdformat15 < Formula depends_on "pybind11" => :build depends_on "doxygen" - depends_on "gz-cmake3" - depends_on "gz-math7" + depends_on "gz-cmake4" + depends_on "gz-math8" depends_on "gz-tools2" - depends_on "gz-utils2" + depends_on "gz-utils3" depends_on macos: :mojave # c++17 depends_on "python@3.11" depends_on "tinyxml2"