Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild authored and scpeters committed Aug 30, 2023
1 parent fef2b48 commit a0a3143
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ class GzFuelTools9 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "908f8d47af3b2b705e5bbd0fdc4ade4901f035aaa3f1aab49fcc39813bbf8286"
sha256 cellar: :any, monterey: "b2f130ff1443b8c817159c792f9417ee591cf15e8a4e949942c66a73c364c519"
sha256 cellar: :any, big_sur: "774d1b0180107ac6b1714733b52b80d7c5626a1fb1c658a60f4974981de9d87f"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-common5"
Expand Down
7 changes: 7 additions & 0 deletions Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ class GzTransport13 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "b39b32278228372fd3ea7fa5a48c3d717f8a34704f9ea7580d9a70d2c8195d55"
sha256 monterey: "84e01fce8d7a113894557fe3e7c298f3188238eb0614dbfb13bccdfe61c2bc7d"
sha256 big_sur: "792234982745497698d8ba5abd58edff0ec7a038eb383ae5f883e428a5459d11"
end

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

Expand Down

0 comments on commit a0a3143

Please sign in to comment.