Skip to content

Commit

Permalink
DONTMERGE: test gz-transport scpeters/fix_find_python branch
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Feb 2, 2024
1 parent d7b4288 commit 568ec0d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
class GzTransport13 < Formula
desc "Transport middleware for robotics"
homepage "https://gazebosim.org"
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-13.0.0.tar.bz2"
sha256 "d44b4ed089110a1a7dfc3b59f782e33f27668a980ededdbf3c21171f72a82968"
url "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport13"
version "13.999.999-0-20231016"
license "Apache-2.0"
revision 9
revision 10

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "8362b00e5b44bbd492b2acf85451fc7f178a9b5e8826f69577e4a9007a442096"
sha256 monterey: "b99f6f286519c3c3e5bd350f8219b35afeee99445beffa49b850d252e128cf92"
end

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

Expand Down

0 comments on commit 568ec0d

Please sign in to comment.