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 6ea2c30 commit f652f51
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/ignition-fuel-tools4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionFuelTools4 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "0be34993972d30a5cce97ff6b25387cdca01ffc32b8f68b314fb7877cf1d35f9"
sha256 cellar: :any, ventura: "cc8a03f17eff9c0254c6c06e941ab13ecb67fd9e63abf855cfac8a4fd15e7018"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common3"
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-msgs5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionMsgs5 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "d8685df936423c0da027d21b9e648bcb0e95d6df1124cb3bd41d962e1fcbb15a"
sha256 cellar: :any, ventura: "3cbc0c3387bb24d8331dfcd49f996b7643f48ddea15e7a92ec906131be4e7024"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-transport8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class IgnitionTransport8 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "2a89607cc4eba463f392e1d9424b5b25e1f53e3df34a6f120320b2a72893fe6b"
sha256 ventura: "3ac32b3794d7d43fecada4b93138ece7cb84999ae8ce8fa45caaccbbdbc0478d"
end

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

depends_on "cmake"
Expand Down

0 comments on commit f652f51

Please sign in to comment.