Skip to content

Commit

Permalink
Rebuild fortress bottles for protobuf 24.4 (#2459)
Browse files Browse the repository at this point in the history
* ignition-fuel-tools7: revision bump
* ignition-gazebo6: revision bump
* ignition-gui6: revision bump
* ignition-launch5: revision bump
* ignition-msgs8: revision bump
* ignition-sensors6: revision bump
* ignition-transport11: revision bump
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Oct 9, 2023
1 parent bd82adf commit e8f5a1d
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/ign-fuel-tools/releases/ignition-fuel-tools7-7.3.0.tar.bz2"
sha256 "59d06f23a054742e1f97c1f0f709e2a38c341ce96f560d6e09b3dba011dd79a5"
license "Apache-2.0"
revision 10
revision 11

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, ventura: "d2f0f7f5c68be251ee48438417a589cb86c483b7fdb8a742c0297e00ac404192"
sha256 cellar: :any, monterey: "cfda60eb23d9020f9c4f8eac0d8ab981f692b0a61cb245fd8b79061f8eb3cecb"
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.15.0.tar.bz2"
sha256 "897c8823054d504272dd8312509fb09baa6f042a131d348de2020ebd80bbf780"
license "Apache-2.0"
revision 6
revision 7

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "586f5cc625fc30a76b89e4b8764eaa2e120dd2596391f822f3cf713fa58bfbda"
sha256 monterey: "dd93c2fb30b6e0658d7aca63e23abcca7d4666cc608a3cb2fec30ad46e2a95b6"
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 13
revision 14

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "9ec47ba09ee94dc94e0ea9b8752c92304c88852c573121e43c3342dbef16c35a"
sha256 monterey: "6f60d80e2cb3b9ab0364bf3882550a9af385e2fd14d63ad9345721bf74ebeef6"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [: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 10
revision 11

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "2c5b3c4087b3794f92d576b74c8820f37e61b4a5d63486fbcfe016ebe9a0b92b"
sha256 monterey: "978c47e01f6f9c0dccde4257c1285a27725c747535012ce91ae5bdc02280bebb"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :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 12
revision 13

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, ventura: "7bad12fcd9c27e81c809a59ef45f2633b8633de6dabb474849033de392ed4fab"
sha256 cellar: :any, monterey: "2f4b3f52cc4ea63f9b8e39a3385c3dd62a8330cce771c495cd7cd1145d61fb5a"
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/ign-sensors/releases/ignition-sensors6-6.7.1.tar.bz2"
sha256 "5b01cb99ff8b1effc0bdaa0309f4378894ace2640644ee3f2b96d44ff3aa10f0"
license "Apache-2.0"
revision 4
revision 5

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, ventura: "0acf4c7ddeb6e864a1a1a44dcbacaa63d5956a36df09a0e384496eb578f6b547"
sha256 cellar: :any, monterey: "192805c0f7fad6f6ac3a955468e2c17761b1c8868a2bd98262e8d7aa6fd22fc3"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [: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 5
revision 6
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 ventura: "d65137a95dff7019d45392a4c2fe79031f53c2706b78db3be54247abb45bdf9f"
sha256 monterey: "c14af4f9a4b0e56cec45d66fbea906d376caf6ae53d69b6e7031e444bcd89567"
end

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

depends_on "cmake"
Expand Down

0 comments on commit e8f5a1d

Please sign in to comment.