Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic: Rebuild bottles after gz-common6 #2778

Merged
merged 8 commits into from
Sep 2, 2024
7 changes: 7 additions & 0 deletions Formula/gz-fuel-tools10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ class GzFuelTools10 < Formula
version "10.0.0-pre2"
sha256 "6b6691068c0c1d3f715abbb003f185d700ef8f43c495ec22a2927fc0e22df062"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools10"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "04fb08def82f3f8fc07f8205136e9563a9aa680bb91a7b8baeed2ea928e1e413"
sha256 cellar: :any, monterey: "8e3a53d778aa59747f5876cb2fc6e7d694c83ee8f138fd3cd1f1f9191699cebd"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake4"
Expand Down
1 change: 1 addition & 0 deletions Formula/gz-gui9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class GzGui9 < Formula
version "9.0.0-pre1"
sha256 "4cac0025d97bf99be5a8d6ac8b7ebbb5068c3a0944d0a197fed764a21eabf962"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui9"

Expand Down
1 change: 1 addition & 0 deletions Formula/gz-launch8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class GzLaunch8 < Formula
version "8.0.0-pre1"
sha256 "ff03e09388400fc962d4d2db1679e48f174fc62006c2cb5855d23a7cf60ca350"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch8"

Expand Down
7 changes: 7 additions & 0 deletions Formula/gz-physics8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ class GzPhysics8 < Formula
version "8.0.0-pre1"
sha256 "5492ee2817c4d4d914aeb02940205b9cd43a8a17c3694329901679b6cf47204a"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "aec042ebb4310e8c2200b970c865d5fe0f07865294ded60787e56795f0e4d241"
sha256 monterey: "94c903595271599483d690b76ac59f37bbbae0500317e8062bfb6abcd6affd34"
end

depends_on "cmake" => [:build, :test]

depends_on "bullet"
Expand Down
7 changes: 7 additions & 0 deletions Formula/gz-rendering9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ class GzRendering9 < Formula
version "9.0.0-pre2"
sha256 "6e41d96f6b9716cadc904eb2dd0d3c8f202425a2c842dc24ff761e8249bc037a"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-rendering.git", branch: "gz-rendering9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "a22b5f1bf2474a7567b6128e6c2b5e9ad148500919d0fead02f04cebdc3fa69d"
sha256 monterey: "9bb8bb630d65bcd990b16c0bcc2e0c602facef987e36e6a93f01cf52fb13d352"
end

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

Expand Down
7 changes: 7 additions & 0 deletions Formula/gz-sensors9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ class GzSensors9 < Formula
version "9.0.0-pre2"
sha256 "6aca7a1a2808f4542385eafa69d61010dc32a0f36688b229e7e28ae9061562d9"
license "Apache-2.0"
revision 1

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "ce218d5bc2d5f3a893099b8d657f4836a82d84a6533715ee45b99688106e3e04"
sha256 cellar: :any, monterey: "0e6f3e3fa3abe3bf7a83a080ee9750b0831ef5d6fe387f0c858c2559221124b2"
end

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

Expand Down
1 change: 1 addition & 0 deletions Formula/gz-sim9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class GzSim9 < Formula
version "9.0.0-pre1"
sha256 "3a166af7a15062e10a886df345204bb0cda1d14bda627aaafda128ca57d2d7ab"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim9"

Expand Down
Loading