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 a0e7355 commit 734b9e9
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-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: "037171d786f4d1b3dae589ff310addff051ad4497f2ec3d6c0525e8c20d589b7"
sha256 cellar: :any, ventura: "672d99b135d6223d4c5b0ec43cd87eb32f1814cc7b96b04bc9397e53feb5b937"
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: "29b0798e7e8d191e9c9491c197bff9bf82e9422a68b52fa64b919149f23eaf06"
sha256 ventura: "eb808d334aeb791aad1de68119c4ff84cb824edcfcb460832b044d7481377988"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]
depends_on "abseil"
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: "1914d79f3e9b11e51663aa58071eb09d292431399313c629e4c4f7ea653b5380"
sha256 ventura: "a9193843250b70a1bccaca8424f618f88969982a4ec82003127bb0250c287844"
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-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: "b4500482287aab54825abad8256bcc4d138bac1c983c97a9fe3cb84fc7b9e051"
sha256 cellar: :any, ventura: "f05b0bea283ea10f54a760a4fafc8a555b85f754174310e9cd233b827093d3c0"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [: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: "9764a3f783e069eb362fea5077b8ae2ba67c1a1d816b019fb3a6089541430434"
sha256 ventura: "7b87276a8a834ca78db9d7b62f5616a3a665bde8ff4a0cf7b186abc0669b54df"
end

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

0 comments on commit 734b9e9

Please sign in to comment.