-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove bottles broken by protobuf 29.0 (#2897)
* gz-msgs11: revision bump broken bottle * gz-fuel-tools10: revision bump broken bottle * gz-gui9: revision bump broken bottle * gz-sensors9: revision bump broken bottle * gz-transport14: revision bump broken bottle * gz-msgs10: revision bump broken bottle * gz-fuel-tools9: revision bump broken bottle * gz-gui8: revision bump broken bottle * gz-sensors8: revision bump broken bottle * gz-transport13: revision bump broken bottle * ignition-msgs8: revision bump broken bottle * ignition-fuel-tools7: revision bump broken bottle * ignition-gazebo6: revision bump broken bottle * ignition-gui6: revision bump broken bottle * ignition-launch5: revision bump broken bottle * ignition-sensors6: revision bump broken bottle * ignition-transport11: revision bump broken bottle * ignition-msgs5: revision bump broken bottle * gazebo11: revision bump broken bottle * ignition-fuel-tools4: revision bump broken bottle * ignition-gazebo3: revision bump broken bottle * ignition-gui3: revision bump broken bottle * ignition-launch2: revision bump broken bottle * ignition-sensors3: revision bump broken bottle * ignition-transport8: revision bump broken bottle
- Loading branch information
Showing
25 changed files
with
25 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,10 @@ class GzMsgs10 < Formula | |
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-10.3.1.tar.bz2" | ||
sha256 "b5df1050dc01e74bb996a9d66955ae4f18d058af4e5d5d52341f7d515849db24" | ||
license "Apache-2.0" | ||
revision 1 | ||
|
||
head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs10" | ||
|
||
bottle do | ||
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" | ||
sha256 sonoma: "26d11c0268f94813495fcf90d8d7cbd498a994627af0d898ba3304b15939429e" | ||
sha256 ventura: "ac600efba6aed55c1943106bdd6371c2c07ef2198cc5a455d92e7e72bb329012" | ||
end | ||
|
||
depends_on "[email protected]" => [:build, :test] | ||
depends_on "[email protected]" => [:build, :test] | ||
depends_on "abseil" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,10 @@ 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 4 | ||
revision 5 | ||
|
||
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: "30c77fce67060ff768b4c46887e22be94fe2c7b402e08b75e18c3c50c063c3ea" | ||
sha256 ventura: "a6e03f13a7c58ff7186b410519155e22c6aa60d30d078f231cbd7adc3d65800c" | ||
end | ||
|
||
depends_on "[email protected]" => [:build, :test] | ||
depends_on "[email protected]" => [:build, :test] | ||
depends_on "abseil" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,10 @@ class GzTransport13 < Formula | |
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-13.4.0.tar.bz2" | ||
sha256 "bec7a13e2f40df963afcf8dc87a9c2e34369daec80f36636965c92d4c8bf5a46" | ||
license "Apache-2.0" | ||
revision 10 | ||
revision 11 | ||
|
||
head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport13" | ||
|
||
bottle do | ||
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" | ||
sha256 sonoma: "660b68e3af9c3140c9e2dae13b43fc65926fccbe681dbb51a0c74e64f7ef7721" | ||
sha256 ventura: "38e66aef1177969fd644e9cceddcdc6eff3464bf9e79476e9e1a742f0001f0ef" | ||
end | ||
|
||
depends_on "doxygen" => [:build, :optional] | ||
depends_on "pybind11" => :build | ||
depends_on "[email protected]" => [:build, :test] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,10 @@ 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 4 | ||
revision 5 | ||
|
||
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: "615b19437a90a58cb73f8e5c9906dafaf9f4e62bd8870777855954118c5867cb" | ||
sha256 ventura: "94f43c1a36319d84970c03e69c3e21228386d3068e3442b50ba45a80872a55d0" | ||
end | ||
|
||
depends_on "doxygen" => [:build, :optional] | ||
depends_on "pybind11" => :build | ||
depends_on "[email protected]" => [:build, :test] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.