Skip to content

Commit

Permalink
Rebuild fortress bottles for protobuf 25 (#2487)
Browse files Browse the repository at this point in the history
* ignition-fuel-tools7: revision bump rebuild bottle
* ignition-gazebo6: revision bump rebuild bottle
* ignition-gui6: revision bump rebuild bottle
* ignition-launch5: revision bump rebuild bottle
* ignition-msgs8: revision bump rebuild bottle
* ignition-sensors6: revision bump rebuild bottle
* ignition-transport11: 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 5f66291 commit 470ea07
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 12
revision 13

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: "1965fb0539f9ae684d23b9ba8614fa158932ca1c8a777499497e5793cfca6bf5"
sha256 cellar: :any, monterey: "e1e57601487b29e36384ae74b6a98c5a95ebee62283a25013931201a3b146c22"
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 8
revision 9

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: "d7c74bc8e712e01de8febc90a1a1f1478b3d4556d3bdfc36468244b813bfb4d6"
sha256 monterey: "5fbe67693798cf3089312b3a323c0d50959814eb850e2a569f3c72fd6a47ab4d"
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 15
revision 16

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: "9c9f27a3cf4a2d98b7d68c3fc22ff30197aea1378008a54c208cfd24cb56d6d4"
sha256 monterey: "7dad8999d5915f7e62495a56934ec90a7748f7254a3c5fc749ff78c2728decb9"
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 12
revision 13

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: "cf059e5a56669758ed963477dc1d7e4afae514bc296eddc73bd5712a01bef84a"
sha256 monterey: "ae74c3fa4bb86ca6577e8ba877cfdc94a873c951c87bc9cef27249c875f2ec7f"
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 14
revision 15

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: "9345ab53bb567a8d5d9663f66b1a340269772690cf26813054da21182e892d8e"
sha256 cellar: :any, monterey: "50446e0f2be9ff4ced47ec77af9b982a06d73e5df535881c569dc23d0ede190c"
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 6
revision 7

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: "56f5ab8d6c45c54e65f967dc5788ebacf5c944c663db4dd64cad86cc23f00961"
sha256 cellar: :any, monterey: "21f80b2adaf04e9f0e0673811c62a43defff69209799449df7a5e2b2fdc65308"
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 7
revision 8
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: "08a0b29c459b80c20d46d8408f973052c9bb4143a4075404a4d0828df18fe6af"
sha256 monterey: "c02159a4be554236c3802cbd6008b376d7a60a18a35880fe1df84af1d630b171"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 470ea07

Please sign in to comment.