Skip to content

Commit

Permalink
Bumps in harmonic : ci_matching_branch/bump_harmonic_gz-sim8 (#2324)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Aug 8, 2023
1 parent a1012c6 commit df62625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class GzSim8 < Formula
desc "Gazebo Sim robot simulator"
homepage "https://github.com/gazebosim/gz-sim"
url "https://github.com/gazebosim/gz-sim.git", branch: "main"
version "7.999.999~0~20221116"
version "7.999.999~0~20230728"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-sim.git", branch: "main"
Expand All @@ -18,7 +18,7 @@ class GzSim8 < Formula
depends_on "gz-gui8"
depends_on "gz-math7"
depends_on "gz-msgs10"
depends_on "gz-physics6"
depends_on "gz-physics7"
depends_on "gz-plugin2"
depends_on "gz-rendering8"
depends_on "gz-sensors8"
Expand All @@ -29,7 +29,7 @@ class GzSim8 < Formula
depends_on "pkg-config"
depends_on "protobuf"
depends_on "ruby"
depends_on "sdformat13"
depends_on "sdformat14"

def install
cmake_args = std_cmake_args
Expand Down

0 comments on commit df62625

Please sign in to comment.