Skip to content

Commit

Permalink
gz-ionic: replace harmonic with ionic
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Oct 23, 2023
1 parent 732f714 commit 2e3617c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/gz-ionic.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class GzHarmonic < Formula
class GzIonic < Formula
include Language::Python::Virtualenv

desc "Collection of gazebo simulation software"
homepage "https://github.com/gazebosim/gz-harmonic"
homepage "https://github.com/gazebosim/gz-ionic"
url "https://github.com/gazebosim/gz-ionic.git", branch: "main"
version "0.999.999-0-20231016"
license "Apache-2.0"

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

depends_on "cmake" => :build
depends_on "[email protected]" => [:build, :test]
Expand Down Expand Up @@ -48,7 +48,7 @@ def install
end

test do
yaml_file = share/"gz/gz-harmonic/gazebodistro/collection-harmonic.yaml"
yaml_file = share/"gz/gz-ionic/gazebodistro/collection-ionic.yaml"
system libexec/"bin/vcs", "validate", "--input", yaml_file
end
end

0 comments on commit 2e3617c

Please sign in to comment.