Skip to content

Commit

Permalink
Rebuild garden bottles for protobuf 23.4 (#2318)
Browse files Browse the repository at this point in the history
* gz-fuel-tools8: revision bump rebuild bottle
* gz-gui7: revision bump rebuild bottle
* gz-launch6: revision bump rebuild bottle
* gz-msgs9: revision bump rebuild bottle
* gz-sensors7: revision bump rebuild bottle
* gz-sim7: revision bump rebuild bottle
* gz-transport12: revision bump rebuild bottle
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Jul 11, 2023
1 parent bad347e commit 57fea7d
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 7 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-fuel-tools8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzFuelTools8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-8.0.2.tar.bz2"
sha256 "63e482b063bab7169de81630f644f844f0f2c96e911c331dcb9ea3a82129a363"
license "Apache-2.0"
revision 3
revision 4

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, monterey: "c966c93f43fc33b48be3bf45e075573ab4e7c7131eb2e4b26357c93ee04b168f"
sha256 cellar: :any, big_sur: "10681c8583330000745bf4057de8d8d71e70687534d1960d56ad0d2fbd54f7e1"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-common5"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-gui7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-7.2.0.tar.bz2"
sha256 "d44ca605165d296205995a6d5fe3c5bcc58436699fdeae455839b703430b2023"
license "Apache-2.0"
revision 3
revision 4

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 monterey: "2bee7e7d126b08c0af995bac614f3005d12645dc36e3b6c03e87d1d50a8907c3"
sha256 big_sur: "f78a61c2a930c88d22045890b48aaafb246161b4e5af6e83863f25bf12539363"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-launch6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzLaunch6 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-6.0.0.tar.bz2"
sha256 "e59e988c8a454cacc9f8f5727d1ab0d2c7fc8476083ec96065a0f89913957b0a"
license "Apache-2.0"
revision 4
revision 5

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 monterey: "29d2a8fa83a08327d36d45cec9704e31b84b38deb60d7bf8fa75b44b26ed89a6"
sha256 big_sur: "534a23ef2c59af72262f8ad122667ef2431a139e6201690b0fffb707ca7234f6"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-msgs9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-9.4.0.tar.bz2"
sha256 "6690ea3ab938afa4980373008dcc4119da43e4c51763a46948f6fd549144e993"
license "Apache-2.0"
revision 5
revision 6

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, monterey: "8eab28c1eaadb266ed5494549c642883ec5cce62b2c69fda8193c515150a25fe"
sha256 cellar: :any, big_sur: "9373239a837f13aed4ddaaec421febee126280f3901aba3af07698164d6072d5"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-math7"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sensors7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSensors7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-7.2.0.tar.bz2"
sha256 "bf158cb7bde71866a3bf70e649888fe8f6f8eb0b7b77d87e991385c3b8a565af"
license "Apache-2.0"
revision 3
revision 4

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, monterey: "820f369f378b5f84655afe4646807ae451904f23bd551837fa5916f944389878"
sha256 cellar: :any, big_sur: "812d85f89428e4851e347b0bef8c5e57118f533636df6993acaf1367238a124f"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sim7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSim7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-7.5.0.tar.bz2"
sha256 "e4a641bef1a747dd9a35c01beee3a1ac08f95bdaae06aa23b115e0b1a4ee42f8"
license "Apache-2.0"
revision 3
revision 4

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 monterey: "d8584d71c485e500a3e3a9d181f3652544f4cefd0d6b8bc367e9a9beb962ebef"
sha256 big_sur: "9eba562ee1f160da166f9170c5ec69a1a8047f43da625702a154e2667c51919f"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport12.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport12 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-12.2.0.tar.bz2"
sha256 "731ec9f87fd815c62486ed4e2c3ecbeff5b8b4a8f09cc5e7abf4d8758cebe048"
license "Apache-2.0"
revision 5
revision 6

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 monterey: "104e28bfd97ccff18ecdc945f227a956f99baef68396c2f146f3d97f2aaeb22b"
sha256 big_sur: "7a79cda09e46569edcf479f516d766f9a1e46dfb9364eaf9c3e0839feccbfb3a"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 57fea7d

Please sign in to comment.