Skip to content

Rebuild gazebo9 for protobuf #1744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Formula/gazebo9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class Gazebo9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-9.19.0.tar.bz2"
sha256 "1f3ca430824b120ae0c7c4c0037a1a56e7b6bf6c50731b148b5c75bfc46d7fe7"
license "Apache-2.0"
revision 9
revision 10

head "https://github.com/osrf/gazebo.git", branch: "gazebo9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 big_sur: "11d7fac9d0f3a0dcec73901385cf8560eaec174c62767b083dc8799b242afb3d"
sha256 catalina: "3a00685078a8aa129fc69116f761da99808a97cfe3cbab6bf9eda4c8013f3700"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-msgs1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ class IgnitionMsgs1 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/ignition-msgs-1.0.0.tar.bz2"
sha256 "fed54d079a58087fa83cc871f01ba2919866292ba949b6b8f37a0cb3d7186b4b"
license "Apache-2.0"
revision 14
revision 15
version_scheme 1

head "https://github.com/ignitionrobotics/ign-msgs.git", branch: "ign-msgs1"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, big_sur: "c0f8f11c0ab513762c77608d5c440671cae9e0979a7d4ebb4d65de0ba385731d"
sha256 cellar: :any, catalina: "70280492fcfe5fc24d58f96cd2596395a8fae62d4422fc765f9bbcf6227b4d3d"
end

depends_on "protobuf-c" => :build
depends_on "cmake"
depends_on "ignition-cmake0"
Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-transport4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionTransport4 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport4-4.0.0.tar.bz2"
sha256 "b0d8d3d4b0d4fbb06ed293955f5dfe2f840fe510daec867422676b41fc3824b4"
license "Apache-2.0"
revision 12
revision 13

head "https://github.com/ignitionrobotics/ign-transport.git", branch: "ign-transport4"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, big_sur: "55b6d6fcd4297267e9d21669700b24f505559d85f74a3a2e7a35dedd7350897d"
sha256 cellar: :any, catalina: "309bf0a129675bba891d15d90403db55204340bb2ae886151a93aaa7677adce4"
end

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

depends_on "protobuf-c" => :build
Expand Down