Skip to content

Commit

Permalink
Fortress: rebuild bottles broken by protobuf 29.1 (#2910)
Browse files Browse the repository at this point in the history
* ignition-fuel-tools7: revision bump rebuild
* ignition-gazebo6: revision bump rebuild
* ignition-gui6: revision bump rebuild
* ignition-launch5: revision bump rebuild
* ignition-msgs8: revision bump rebuild
* ignition-sensors6: revision bump rebuild
* ignition-transport11: revision bump rebuild
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Dec 7, 2024
1 parent 87d79a2 commit 23d77cf
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 7 deletions.
8 changes: 7 additions & 1 deletion Formula/ignition-fuel-tools7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionFuelTools7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/ignition-fuel_tools-7.3.1.tar.bz2"
sha256 "b8224c574406147ae008ed9a0ac459f1e2582f6aaef7ba44e1fd1c5ac97b6de8"
license "Apache-2.0"
revision 9
revision 10

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "b9cd2e2bc2f3549a3c15fde84544e2c8ef92e39899c59c21248fec46113c32f6"
sha256 cellar: :any, ventura: "6529a717379f9082b31b424fd54518c057a61e6d51e308296a32818688ba457f"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common4"
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-gazebo6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionGazebo6 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-gazebo/releases/ignition-gazebo6-6.16.0.tar.bz2"
sha256 "1e61148e8b49a5a20f4cac1e116ce5c4d8de3718a1d26e41a1cec394ce5ea9e4"
license "Apache-2.0"
revision 27
revision 28

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "0a0ae62d8ac5df9fb2da1cf4775f6bc5a7367ea3945b79a93f821c89dcbceca3"
sha256 ventura: "84c2f29644ee2640ece04f702fda6f7bb839b11fb1eba9f4acbad6d15d4ac090"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "gz-plugin2" => :test
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-gui6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionGui6 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-gui/releases/ignition-gui6-6.8.0.tar.bz2"
sha256 "dd4f26100f4d1343f068ba36f2b8394a0cddb337efde7b4a21c1b0f66ce496c9"
license "Apache-2.0"
revision 45
revision 46

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "de8dd730bd0f1d7702d21998a89e7c34d0dd8cd812b9f75119a4166acba611a2"
sha256 ventura: "16b47a24840f48be43dd5fd38c64cde4d59b3bbf64f7743d7ef3d0e039ccee24"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-launch5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionLaunch5 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-launch/releases/ignition-launch5-5.3.0.tar.bz2"
sha256 "84d356b9c85609da1bb7feda2f90ae6d1a1fd2d6713b284799d5605de42e2613"
license "Apache-2.0"
revision 43
revision 44

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "a3944b56a9259666ff25ec102516d0e0030594c9cc54d62a235381f848fb0eab"
sha256 ventura: "0c0625509b0d471f3ecb8250b5e0dd2dbef0b27ff6bfec5e5fc058f5482562c0"
end

depends_on "cmake" => :build
depends_on "pkgconf" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-msgs8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionMsgs8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/ignition-msgs8-8.7.0.tar.bz2"
sha256 "b17a8e16fe56a84891bd0654a2ac09427e9a567b9cd2255bb2cfa830f8e1af45"
license "Apache-2.0"
revision 42
revision 43

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "2e59845e3776c6f2689a50e3b4e0c7a923db6e0ff39335196e1092699ad84bc0"
sha256 cellar: :any, ventura: "3d8c0704f2fb31ff278a229d39ae14f80d6a6b00578a08c347be326dc45f5017"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-sensors6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionSensors6 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/ignition-sensors-6.8.1.tar.bz2"
sha256 "abc96be3bd018cae94c83981d173af0f67ce2980ef7a1374b34bd5b63f9a7235"
license "Apache-2.0"
revision 5
revision 6

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "a9931455b85d4a01f715bb3a7b1f4aab315b8777bb93ceab50ae228391600fd1"
sha256 cellar: :any, ventura: "ec5cb67125012228d3b6fae3f6501f7f041d64ff5b931f2a7fe8f2bef69ddf0f"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-transport11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ class IgnitionTransport11 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport11-11.4.1.tar.bz2"
sha256 "f18501cbd5c78b584b3db1960a3049d6ae416bab7f0289af64eadda13d1c5da5"
license "Apache-2.0"
revision 35
revision 36
version_scheme 1

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "bfd2a03a55e9b40861f06caf028ad4ebdcf443579f33f6c263cb8aea61b18065"
sha256 ventura: "23de9755757f10a76e0022ab34ddf6648c33e0ecf1464e3ef09191b62699c1b7"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 23d77cf

Please sign in to comment.