Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Dec 20, 2024
1 parent 02ec43f commit e04a9b8
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-tools10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzFuelTools10 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "80bd66d880c282b26b9c38ed631e7760d85e7ffdbb8831df48429b2d4cbe0ff3"
sha256 cellar: :any, ventura: "34d6807827672d53a5c80b803c66c2fc6772db1b9ddc446eecbf63c9cca17bdc"
end

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

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

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

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

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

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

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

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "5ea83fdf52e7a26848363fe0b4ac0e2154d15e7190107b2a33f2ce571fba646e"
sha256 ventura: "8d665b074482b47fb48f4ba103f48df869c7a12e0a1c9a04a839536f686bd80e"
end

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "68a333c0e2bf6bd75986ae54e8bf95b0e013cd1248e3e18eb8af72126b847f73"
sha256 cellar: :any, ventura: "c95970008dac3f6eabf42a6102407949031f4cc192e5b6f42b647ad6ed76c11e"
end

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

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

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

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

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

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "5735eb690cb12ddb870df4d328edb51470ee920388e5245f27403d59ecf913f0"
sha256 ventura: "7650984bb6456c35f6deca618363a55653b34316161bea9c5876a8133766ee60"
end

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build
depends_on "python@3.12" => [:build, :test]
Expand Down

0 comments on commit e04a9b8

Please sign in to comment.