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 1c9b65a commit 0862bbc
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-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: "431b5607d300caafdeb001b34c039755ccffe0141d384fad01ca95bcdb126b48"
sha256 cellar: :any, ventura: "9aab106d3afc8eb3975f97270b9c061646e289bf55196bbffd7150fdf53fc949"
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: "f048c7a9f2c1582833389419fa80d599e4588f31e36ada71dd95dfb618d97208"
sha256 ventura: "f67c53b3f5d262c85d5904132d1f368ab3967e278f69f5fe94d2c81e56e98a28"
end

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

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

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

depends_on "cmake" => :build
depends_on "pkgconf" => :build

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: "ed0183f19c5316bd265c8094b8e24f1c1f911ded5f0aca3340fe7930a3b6eda1"
sha256 ventura: "ef595397330a1ae97e457198fc5b23c07c1f64d6cd7bf25830cf547d8afc58b8"
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: "be43c239632480ff38c12883f00a10cc105c81063aac24bad04b88faa75c052e"
sha256 cellar: :any, ventura: "050067dffb211aaa0eb2e15c8e1d5578a5a516453ffc38ee345f2f65f3006543"
end

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

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

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

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

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "[email protected]" => [: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: "cf5d0f009808aa3074cd73c76decae615e25261f82df1874a4519e9e4349ba5d"
sha256 ventura: "6d20e290e62356ebdd7fd6cde4fb3f2b47fcb5562bd6abf0c4a34b51a01d04c0"
end

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

0 comments on commit 0862bbc

Please sign in to comment.