Skip to content

Commit

Permalink
gazebo11: rebuild for dartsim (#2890)
Browse files Browse the repository at this point in the history
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Nov 20, 2024
1 parent 129ce71 commit 8b1b223
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class Gazebo11 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-11.14.0.tar.bz2"
sha256 "7e9842c046c9e0755355b274c240a8abbf4e962be7ce7b7f59194e5f4b584f45"
license "Apache-2.0"
revision 37
revision 38

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "424b6759817e2abf3c498e9504d556a110601f339bf7482fc1e8a65be315a596"
sha256 ventura: "e62f34ef57acce00086e508c85c8179ec534c7ce5a3be2f6484cbc5b7737f89a"
end

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

Expand Down

0 comments on commit 8b1b223

Please sign in to comment.