Skip to content

Commit

Permalink
Rebuild garden bottles for protobuf 25 (#2486)
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 Nov 5, 2023
1 parent ba86b88 commit 5f66291
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 9
revision 10

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: "72896512678bd06aa962949d88d8d071f65314c9be7a530939413a81db45d377"
sha256 cellar: :any, monterey: "d30a501940382f887f7123ddebda2412c39db8a02adff76bfb4cb3a5cc709445"
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.1.tar.bz2"
sha256 "d6a9d0a14fc535773b23e06106a58238b03c04f7551aa642d28768119272042f"
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 ventura: "f335d12e7fa4e61c3ead38fbe41350275fa2a27db3340b6023ed41638c73f228"
sha256 monterey: "62d8841f4564b5ecf7792a606b8d3101acf82ec9766060127e544b25a96b2751"
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.1.0.tar.bz2"
sha256 "7c789c85ffb422ebbc4adb6f93c9b2aa7fdd7eccd521b7895297a6b8c525acc1"
license "Apache-2.0"
revision 3
revision 4

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: "aa672f92bd8d6d8df01716861e06acc686b4f4ed595ce8542c5fc64e923f7e6e"
sha256 monterey: "9738a9e414295e8b730fc07f6551423ece5aa6c7f46a7c61a70440163ffcac04"
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 9
revision 10

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: "24fda29fd494fddcd658ae3ff30e5dd2be1287dda277f95ed228b0ed31f7321e"
sha256 cellar: :any, monterey: "920bb811bccc07a6ef2bdd09b99cd877604c2cac0250e1f247dde47ce62d2bd3"
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.3.0.tar.bz2"
sha256 "92b9e0bf4707bdbf318142b0a17c1cd1ca8c94bfee9f8911bcd0b3a7c6cbd169"
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, ventura: "f3767a32350e493a4668189bcecaf1465724dfc7e61aadccc8b66f91a649e6f5"
sha256 cellar: :any, monterey: "82271f880aab3926d6ab3bdb53642916bef9afbd33cad401f5c29f157ba2740a"
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.6.0.tar.bz2"
sha256 "046ae2908cacc41252cdd773a38cfc89b13426ff70c34ec88605b28663de0c87"
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 ventura: "c554bf8cddd4ec9e210abeb7e21286946f4b0c65507e5484091d7f062a8ca1db"
sha256 monterey: "cf7c512a0b2ad7f6c817fc5fd600b879459f940a4cb554ffdef485628b6b969d"
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.1.tar.bz2"
sha256 "62fb97a722dea804da262610061688f675222d4e33a7a1a59868fdefe6ae2d92"
license "Apache-2.0"
revision 3
revision 4

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: "2fb751aeec7e7962b7baaad459dcb465d88dee5956404550351dfc89c26e70af"
sha256 monterey: "1e2ca6fbf46456c7d0e02f5c7b7eae3273b26eb4c33a679f1b169352c8a77d6f"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 5f66291

Please sign in to comment.