Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Dec 1, 2024
1 parent c6b7513 commit 6cc1288
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, sonoma: "1ff26cb3a46b04c3f0359ae11c4b91e6d3c79a05efacaf333295e7a7b71e9941"
sha256 cellar: :any, ventura: "315f62629ad7fa0514d038828ca52836ac03a6c6d35efb05dcad1b360cbb5bd9"
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 sonoma: "b5bb552def6721917c11874729335b8835bdafdc58183a3abcdabc14c0dec581"
sha256 ventura: "8b15f0ebc26375ff1d75124d7e2c66dc061fc6b6fe5ab24a811c0fb2ca7e4484"
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 sonoma: "b4ca05ede2bc399acedf325457e66eeffe3449b5856f1f1c90fb474a7932a827"
sha256 ventura: "820be8c6b799116dbde0df8bc3047a5d1043204a1fd8b35f0fa458ee0fe94d39"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [: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 sonoma: "c91729d37c54100f4d430b03bdfa963b9e99765c0a0c3c08160ccf17524ce526"
sha256 ventura: "2fa0834bb46997b49d5988c84324064bb78a398731b2772f2079984daba6c05f"
end

depends_on "cmake" => :build
depends_on "pkgconf" => :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, sonoma: "439c2eb9a12931e18d7237e833a2914cfa9949f79e47082132d6e7280fc6ae6d"
sha256 cellar: :any, ventura: "6d7b67f4dc664a0589ae55526c2f3dfd0f798bfd9610a255e77180e4a8098623"
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, sonoma: "ddd91225ef8a9fb700f60de3d124db48b014267af8e2303f35d8997ed1986b80"
sha256 cellar: :any, ventura: "d098f0c3b5e60f1a821f5ce4a186ad92f393d0cf024f5790adbcc46b55e7bf3b"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [: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 sonoma: "5f88174e2e49f15699eefd605856bb8e4f249850db674c7458b42f563582d262"
sha256 ventura: "53addf7fab510c1c5029ac1a9b4629ac3db7d2363f6118ed8488a801adfbeb74"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 6cc1288

Please sign in to comment.