From 95599eef335a8dfbd091b3a754e1870fc5e6c976 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Sat, 7 Dec 2024 14:14:34 -0800 Subject: [PATCH 1/2] gazebo11: rebuild for protobuf 29.1 --- Formula/gazebo11.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gazebo11.rb b/Formula/gazebo11.rb index e5c0b7463..79919020e 100644 --- a/Formula/gazebo11.rb +++ b/Formula/gazebo11.rb @@ -4,7 +4,7 @@ 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 3 + revision 4 head "https://github.com/osrf/gazebo.git", branch: "gazebo11" From 07c190337331e82930c76cff0341c75a5714797a Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Sat, 7 Dec 2024 23:24:04 +0000 Subject: [PATCH 2/2] update bottle. --- Formula/gazebo11.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/gazebo11.rb b/Formula/gazebo11.rb index 79919020e..403432c16 100644 --- a/Formula/gazebo11.rb +++ b/Formula/gazebo11.rb @@ -8,6 +8,12 @@ class Gazebo11 < Formula head "https://github.com/osrf/gazebo.git", branch: "gazebo11" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "046095132fce71ef421e226e27e06755e5b66448c97a72b2563303df124ee5cc" + sha256 ventura: "202cd1a47ea518cbd5eebf6574a173e06ea0860a2de7fa3c8e372c8b28393665" + end + depends_on "cmake" => :build depends_on "pkgconf" => :build