Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Nov 30, 2024
1 parent 0b9cb1c commit 88a28f5
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzFuelTools9 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "942dc53aa9c127e37d905a3672ad68707f95020eaa52a75e027c1cfea9ad0544"
sha256 cellar: :any, ventura: "81d90507543a4ddf97faa33a0f00d2bbf5bdc05bffd0510471f6a2239e949dab"
end

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "95920c5f2ce07dc06a70e377434f54d68c3dd91851eec7c1fd856e18cc081de8"
sha256 ventura: "e2dee50d78b32e11b7d87056f692453cda075bf9efca95c3a540f075b7da6803"
end

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "a9da65ceb6c327b8980b73ef860d28f7ccb7a4188754dc1b6c7f75cd2575e47e"
sha256 ventura: "a7ae46f1c2ef274f01b7a40b50bd61334a372e0b44de541776b93e251d99b554"
end

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "9d8460ff141a106be6e5db1eef27682c4d64b4eb72a408b303de2f03dd18ae88"
sha256 cellar: :any, ventura: "097750acd6f99824d3d0166722aedabe1f6fd9c50bb9c045f3b4bfbe6557ced4"
end

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

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "68fc487e60785b1ca424cf2b9eb2fd9404b1a74909d0d90a4f587f5a258beec6"
sha256 ventura: "ba6abe0f1d734a5d4a881b6d42e3d3138155f86a7f02769e89950b3e6fd9f335"
end

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build
depends_on "[email protected]" => [:build, :test]
Expand Down

0 comments on commit 88a28f5

Please sign in to comment.