Skip to content

Commit

Permalink
Bumps in ionic : ci_matching_branch/bump_ionic_gz-sensors9
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Oct 16, 2023
1 parent 2d52692 commit bc950ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/gz-sensors9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ class GzSensors9 < Formula
desc "Sensors library for robotics applications"
homepage "https://github.com/gazebosim/gz-sensors"
url "https://github.com/gazebosim/gz-sensors.git", branch: "main"
version "8.999.999-0-20231012"
version "8.999.999-0-20231016"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-sensors.git", branch: "main"

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

depends_on "gz-cmake3"
depends_on "gz-common5"
depends_on "gz-cmake4"
depends_on "gz-common6"
depends_on "gz-math7"
depends_on "gz-msgs10"
depends_on "gz-rendering8"
depends_on "gz-transport13"
depends_on "gz-msgs11"
depends_on "gz-rendering9"
depends_on "gz-transport14"
depends_on "protobuf"
depends_on "sdformat14"
depends_on "sdformat15"

def install
cmake_args = std_cmake_args
Expand Down

0 comments on commit bc950ee

Please sign in to comment.