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 47abccf commit fd18613
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/gz-fuel-tools8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzFuelTools8 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "2c22c170a3e12c3b5580f67fd68ab07e6078a7c01b725b786a6a8559da36de00"
sha256 cellar: :any, monterey: "148a9e1d247c25a96653c9c113c8538d5ba66c0249dcaf7fb59656f136a42c1f"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
6 changes: 6 additions & 0 deletions Formula/gz-gui7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzGui7 < Formula

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

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

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
Expand Down
6 changes: 6 additions & 0 deletions Formula/gz-launch6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzLaunch6 < Formula

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

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

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

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "2ae4a607dbcd5393869b8d7af1e980b12130bb5d3d7ac06cdf04663b5ec8158f"
sha256 cellar: :any, monterey: "112a832b9040842900a62446738de5c161bb6464ec85588f87286ec483efd97e"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
6 changes: 6 additions & 0 deletions Formula/gz-sensors7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzSensors7 < Formula

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

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

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

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "537061e3a482483634d64020ce013c0a64f32c4402e90e7db98b3f5482a9002c"
sha256 monterey: "116832072c9e66f15e94d7ea873642b60620de19cbabec0f1eaf3d8c56a7f21f"
end

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "6bc73138b4ab78858803a1aa498f96945d57c07f3cfdc23122a7fae4aa82eec4"
sha256 monterey: "1d78834ceccf384bef59869a1908fc3204d81368d4d7be745071caa01ce34746"
end

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

depends_on "abseil"
Expand Down

0 comments on commit fd18613

Please sign in to comment.