Skip to content

Commit

Permalink
gz-msgs9, gz-transport12: rebuild bottles (#2284)
Browse files Browse the repository at this point in the history
* gz-msgs9: revision bump for rebuild
* gz-transport12: revision bump for rebuild
* update  bottle.

Co-authored-by: OSRF Build Bot <osrfbuild@osrfoundation.org>
  • Loading branch information
scpeters and osrfbuild authored Jun 12, 2023
1 parent 3352924 commit cfa6e55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-msgs9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-9.4.0.tar.bz2"
sha256 "6690ea3ab938afa4980373008dcc4119da43e4c51763a46948f6fd549144e993"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, monterey: "53b777f4ccc5563d3ba521bb6ac511443870e39dd6197bfebc342518278644d1"
sha256 cellar: :any, big_sur: "05533c0329fe13fa315e44c9799bd20978aa9a86e57f8af0b0c8b92a42ccbc89"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-math7"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport12.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport12 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-12.2.0.tar.bz2"
sha256 "731ec9f87fd815c62486ed4e2c3ecbeff5b8b4a8f09cc5e7abf4d8758cebe048"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport12"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 monterey: "71dba9d4f2b95dbf7ecb7f7bbd25b68d21bf9a3ae625f43dd17f172a63144155"
sha256 big_sur: "4a3449df6d2ed925d8fb952d6e3379b837065c680cae4326ca44a6945aac802d"
end

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

depends_on "cmake"
Expand Down

0 comments on commit cfa6e55

Please sign in to comment.