-
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.
Rebuild bottles broken by spdlog 1.15.0 (#2884)
* gz-common6: revision bump rebuild * gz-fuel-tools10: revision bump rebuild * gz-gui9: revision bump rebuild * gz-math8: revision bump rebuild * gz-msgs11: revision bump rebuild * gz-physics8: revision bump rebuild * gz-plugin3: revision bump rebuild * gz-rendering9: revision bump rebuild * gz-sensors9: revision bump rebuild * gz-transport14: revision bump rebuild * gz-utils3: revision bump rebuild * sdformat15: revision bump rebuild * update bottle. Co-authored-by: OSRF Build Bot <[email protected]>
- Loading branch information
Showing
12 changed files
with
84 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,16 @@ 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 3 | ||
revision 4 | ||
|
||
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
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,10 +4,16 @@ 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 3 | ||
revision 4 | ||
|
||
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