Skip to content

Commit

Permalink
Rebuild citadel bottles for protobuf 24.4 (#2460)
Browse files Browse the repository at this point in the history
* ignition-fuel-tools4: revision bump
* ignition-gazebo3: revision bump
* ignition-gui3: revision bump
* ignition-launch2: revision bump
* ignition-msgs5: revision bump
* ignition-sensors3: revision bump
* ignition-transport8: revision bump
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Oct 9, 2023
1 parent e8f5a1d commit b775901
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-tools4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionFuelTools4 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-fuel-tools/releases/ignition-fuel-tools4-4.9.0.tar.bz2"
sha256 "6834b959cb7cc1d90ea86042bc29e41d12ad68b8f3029f5ebd8b6ae73649420e"
license "Apache-2.0"
revision 11
revision 12

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "c4120c027e7ee294eb543398ad75391d4f3101ec30d3b18adb89051cb9d287f3"
sha256 cellar: :any, monterey: "4b66743715df4212e2925e254abd319de9b77ef6002ffaa187289a391b5ad546"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-gazebo3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionGazebo3 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-gazebo/releases/ignition-gazebo3-3.15.0.tar.bz2"
sha256 "009a107afc4517caea609ab0b24eae65282faab808bda9aa0a22e600bc2b0088"
license "Apache-2.0"
revision 11
revision 12

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

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

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => :build
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-gui3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionGui3 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-gui/releases/ignition-gui3-3.12.0.tar.bz2"
sha256 "f53ee05d844449b900ecb30d5e1f812fd3f7e9e28630d309b7d8d11add3c3b1c"
license "Apache-2.0"
revision 13
revision 14

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "b99247a174635d03d17092ad8fbfad9443f42c76fe2a583fd600a5d040395cff"
sha256 monterey: "62a050fbfed06a00bde0c71fb2007b63995db93cf447dd57638a38508c99a35a"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-launch2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionLaunch2 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-launch/releases/ignition-launch2-2.3.0.tar.bz2"
sha256 "6c341967a71d19a0a62fb5bf4ef0e2a40cd55096904b765738f981860055cd3d"
license "Apache-2.0"
revision 12
revision 13

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "f2fdadb4ab410c562448fc6956c46d298fb98df8a380516368d6fa1f6a54ba37"
sha256 monterey: "7c59c55440fe64dc278c238dcf7aecb62b4ce29280476c564d9a75080ae368b2"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => :build
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-msgs5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionMsgs5 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/ignition-msgs5-5.11.0.tar.bz2"
sha256 "59a03770c27b4cdb6d0b0f3de9f10f1c748a47b45376a297e1f30900edb893fd"
license "Apache-2.0"
revision 11
revision 12

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "16ef915e7b2a78b5637a11454d838b53db10f938f3cc62d411fb87fdcbea5608"
sha256 cellar: :any, monterey: "36a0616e6b221135b4bd2fa41d461d28371e3331c04ed5831d9334e51ac25427"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-sensors3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionSensors3 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-sensors/releases/ignition-sensors3-3.5.0.tar.bz2"
sha256 "904297a8deea7f3bff79a4a1fa24aee9c208a72013e29147c3087ca07fc41788"
license "Apache-2.0"
revision 11
revision 12

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "bf12bd940eceb90023e4e3ec80c2334f06c129c461f88995dc99ffce5bf48178"
sha256 monterey: "16385b14fe97b9e247abb5e4cbea71679f694292829f31475a7db8de3b69ed19"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-transport8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionTransport8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport8-8.4.0.tar.bz2"
sha256 "deac1e04f08e3bebd70d587de54054beacf205a05aaac2db0dc1926fa35bf2a2"
license "Apache-2.0"
revision 11
revision 12

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "72b703ad1e78e0c189b4879df53b9aa23431fd1e5a23a46c2acf6efd57770e05"
sha256 monterey: "211670bdfd8488de10375efdf9a96c22a0966768a4574ad0adb41dac7a8fd2cc"
end

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

depends_on "cmake"
Expand Down

0 comments on commit b775901

Please sign in to comment.