Skip to content

Commit

Permalink
Ionic: rebuild bottles broken by protobuf 29.2 (#2922)
Browse files Browse the repository at this point in the history
* gz-fuel-tools10: revision bump rebuild
* gz-gui9: revision bump rebuild
* gz-launch8: revision bump rebuild
* gz-msgs11: revision bump rebuild
* gz-sensors9: revision bump rebuild
* gz-sim9: revision bump rebuild
* gz-transport14: revision bump rebuild
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Dec 20, 2024
1 parent f672d13 commit 12f974d
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-tools10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzFuelTools10 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-10.0.0.tar.bz2"
sha256 "dce4fb51a6af8d15d3ebdd98ecff4baf47c02ffb4d6aed48b284a7ce9188778e"
license "Apache-2.0"
revision 9
revision 10

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
8 changes: 7 additions & 1 deletion Formula/gz-gui9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.0.tar.bz2"
sha256 "2534cc688197c973029a43723de50c12a560320106d6b70a27aa4173c0a2d832"
license "Apache-2.0"
revision 9
revision 10

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
8 changes: 7 additions & 1 deletion Formula/gz-launch8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzLaunch8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-8.0.0.tar.bz2"
sha256 "474e6dfeb2f1faed59f644d87decad6db53bec6046aea4b302907ff88985ebba"
license "Apache-2.0"
revision 3
revision 4

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
8 changes: 7 additions & 1 deletion Formula/gz-msgs11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs11 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-11.0.1.tar.bz2"
sha256 "4154cea1cf4e8c2b9b40962e44d6ab46b4f767ffab3809e4b6b4022904524fcb"
license "Apache-2.0"
revision 9
revision 10

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 "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sensors9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSensors9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-9.0.0.tar.bz2"
sha256 "f6f3b1bf67ce81a5f3f99feffe44a4de5a7e170ace401b2272d9d5e1814521ec"
license "Apache-2.0"
revision 9
revision 10

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
8 changes: 7 additions & 1 deletion Formula/gz-sim9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSim9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-9.0.0.tar.bz2"
sha256 "62effba56ffbfdb2db67b6ccca17527df0ede7fa83469df72c2f043f6cc96ea8"
license "Apache-2.0"
revision 5
revision 6

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 "[email protected]" => [:build, :test]
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport14.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport14 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-14.0.0.tar.bz2"
sha256 "88cbcef69f16ea5124ff41766cc59c0277bfc3ae57c405f3fbae1dbee874a1c0"
license "Apache-2.0"
revision 9
revision 10

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 "[email protected]" => [:build, :test]
Expand Down

0 comments on commit 12f974d

Please sign in to comment.