Skip to content

Commit

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

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Sep 8, 2024
1 parent d6a115a commit 6eccade
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.1.0.tar.bz2"
sha256 "18a25e2bc31e61539c890bdd377068b5192646a6647267e76d9b0bb0d0349545"
license "Apache-2.0"
revision 33
revision 34

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, ventura: "2c22c170a3e12c3b5580f67fd68ab07e6078a7c01b725b786a6a8559da36de00"
sha256 cellar: :any, monterey: "148a9e1d247c25a96653c9c113c8538d5ba66c0249dcaf7fb59656f136a42c1f"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
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.2.tar.bz2"
sha256 "dbfdfbb5e588d0bc6e163c554b1b5dc5397c85dda0a696ffaa79052420eb5dc0"
license "Apache-2.0"
revision 7
revision 8

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "cec85ff5d7e6488de4d0a75809bfa5816dd53aef9baf1d7c61db9a9772d0ae86"
sha256 monterey: "0e07bd9a830d2c9722d8cb867be815fd2e9a8b742dd2794711ae94c9a206c7f6"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
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.1.0.tar.bz2"
sha256 "7c789c85ffb422ebbc4adb6f93c9b2aa7fdd7eccd521b7895297a6b8c525acc1"
license "Apache-2.0"
revision 28
revision 29

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "b95a68315d6af90dd94a84b709b7b551c7882d4c26ca95029021e5c06ddf5d42"
sha256 monterey: "403579dc1d01fb3ae82063d07af331138b7d4b4295a052fbb98ff9013417ab2d"
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.5.0.tar.bz2"
sha256 "693f403fca86e9956b393a86fd46505d94e27b7b2c1d39bc631ba9c3029b91f9"
license "Apache-2.0"
revision 27
revision 28

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, ventura: "2ae4a607dbcd5393869b8d7af1e980b12130bb5d3d7ac06cdf04663b5ec8158f"
sha256 cellar: :any, monterey: "112a832b9040842900a62446738de5c161bb6464ec85588f87286ec483efd97e"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
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.3.0.tar.bz2"
sha256 "92b9e0bf4707bdbf318142b0a17c1cd1ca8c94bfee9f8911bcd0b3a7c6cbd169"
license "Apache-2.0"
revision 28
revision 29

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, ventura: "ecbb19af94e364f9a7f14d103b88ccd293f19e5a42f0b014ab0812e481cae618"
sha256 cellar: :any, monterey: "0e90ff71ab0b94188684a3d2dec0beee46eccd85e078deaf586aa302fe5a265f"
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.9.0.tar.bz2"
sha256 "b8a506112d1287efce144b5a1264ab5754cacc436370fe2f1035b35cdd0d29a4"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "537061e3a482483634d64020ce013c0a64f32c4402e90e7db98b3f5482a9002c"
sha256 monterey: "116832072c9e66f15e94d7ea873642b60620de19cbabec0f1eaf3d8c56a7f21f"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "abseil"
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.1.tar.bz2"
sha256 "62fb97a722dea804da262610061688f675222d4e33a7a1a59868fdefe6ae2d92"
license "Apache-2.0"
revision 22
revision 23

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "6bc73138b4ab78858803a1aa498f96945d57c07f3cfdc23122a7fae4aa82eec4"
sha256 monterey: "1d78834ceccf384bef59869a1908fc3204d81368d4d7be745071caa01ce34746"
end

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

depends_on "abseil"
Expand Down

0 comments on commit 6eccade

Please sign in to comment.