Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Jan 10, 2025
1 parent 79a2266 commit 0d0d1ea
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: "ac38029c65d592848f6b1ae768cdb970e31c4497fe2521739df7107393d67301"
sha256 cellar: :any, ventura: "0d77f5b55d6b5f111eb40823d77307094e0e84fda775869eb154e1efe93d5745"
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: "6303a7de22ce6b5025f21bbba0adb62aefdb776f4b7b61a23d24602ab2c41108"
sha256 ventura: "2ffa7e1b4ea30505e8abe1a1806b0bbcd0ee28686822350fbf8501309129513e"
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: "a67e61825abea2811c48dcf1d1f835d0b67e169ea99603d0e4a13e1ed2dfecdd"
sha256 ventura: "cc18cf10ddbbb7cc2a8400cc40ec7d778f4d9a7b988ccedd58df9224e3c43872"
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: "30fe62f3d2ce69d14136f64df15364da56e253b7d0905896da5acc95ba495459"
sha256 ventura: "dd7ff270492f806b237cf2a301a919c06457487536ae0f7d6f68d22a3371e6de"
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: "19438b60d9fff0eb135d17b131fa591edf5417d87925707f994e64b56d1f2d1b"
sha256 cellar: :any, ventura: "a4b37b746f2d1b9f17509e2fc1d3b5fb676c98ce23e54732c4508380acd0166d"
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: "bf4765fd96ba53b95abef4d843e928c32f0f0a7e29af71cb60937068451891ae"
sha256 cellar: :any, ventura: "27e357cb1cb81ab5f8fed932d2b3359c7f54b0e6872a13d2680bf63f241b1a05"
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: "782bc93ba35a19d178e144ce14a833f63990f15aeebdf223e518c8f8a0dd37f7"
sha256 ventura: "274f2a00ef3dbf594a48e4b2c41408ec4b4b97bc1fa602a1724f8be710e713e4"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 0d0d1ea

Please sign in to comment.