Skip to content

Commit

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

Co-authored-by: OSRF Build Bot <osrfbuild@osrfoundation.org>
  • Loading branch information
scpeters and osrfbuild authored Dec 1, 2024
1 parent e0a7482 commit 4301e27
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.15.0.tar.bz2"
sha256 "8998ef927b424ac24ae6eaea4e69b0d0640877059cba8680d20cd526e6333262"
license "Apache-2.0"
revision 1
revision 2

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

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

depends_on "cmake" => :build
depends_on "pkgconf" => :build

Expand Down

0 comments on commit 4301e27

Please sign in to comment.