Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Sep 8, 2024
1 parent 7b8cd6b commit b79b8e5
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/ignition-fuel-tools7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionFuelTools7 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "7364aa773e2262c98b6ef2dc98058333ba45d633e5be55905304b0ef286f5055"
sha256 cellar: :any, monterey: "ea44d956954c95526453576965beb11e0b2b22ff8256ac0cbcbb923721795fde"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common4"
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-gazebo6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionGazebo6 < Formula

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

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

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "gz-plugin2" => :test
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-gui6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionGui6 < Formula

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

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

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

Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-launch5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionLaunch5 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "51cb3eaeed9549c64d16b2e9f703de077ebcf396d423173f31425057108a8739"
sha256 monterey: "3f78ff35a72ea613c9484d70bead7a84f9fab2ade2728e6e64b88ef426f83477"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-msgs8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionMsgs8 < Formula

head "https://github.com/gazebosim/gz-msgs.git", branch: "ign-msgs8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "8968b7411c5df42abc5ddaeaf4f5e9c1e1f6b5797586983cc9e871a73ef11af3"
sha256 cellar: :any, monterey: "a362f0c2850dbecc8c4ce22925d0fb3389c7b1a818a0a46c654194236f3158b6"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-sensors6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionSensors6 < Formula

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

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

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

Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-transport11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ class IgnitionTransport11 < Formula

head "https://github.com/gazebosim/gz-transport.git", branch: "ign-transport11"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "e8d1bff4ccae2298f63586064e77f28289986a6d72d7c63accb9cd5351452e0b"
sha256 monterey: "7c9fe813e32459b5acbf0656303b6dfb950a6ab31451a40906d05c8cfbb8047b"
end

depends_on "doxygen" => [:build, :optional]

depends_on "cmake"
Expand Down

0 comments on commit b79b8e5

Please sign in to comment.