diff --git a/Formula/gazebo11.rb b/Formula/gazebo11.rb index 3f01d6ed4..fc950d281 100644 --- a/Formula/gazebo11.rb +++ b/Formula/gazebo11.rb @@ -4,14 +4,14 @@ 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 18 + revision 19 head "https://github.com/osrf/gazebo.git", branch: "gazebo11" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" - sha256 ventura: "f8521a7a361a2f1a45c1a401ec9bf0deceff1f2fa87776af940c265e1b3c59e1" - sha256 monterey: "3bec8f39dc3216d95cd129a88faa2e7d6aba2f52181b4f5486adcf2fb7c93987" + sha256 ventura: "422f6ebe4fbaf62d2ce2fd22d24940f0c2ea33ff9148c9d74e329e7e9e261521" + sha256 monterey: "072ba37bbe841cb13f9ef586666f5276ff1a2c57745cfeb7e07d19bcdfce47b6" end depends_on "cmake" => :build @@ -50,6 +50,13 @@ class Gazebo11 < Formula conflicts_with "gazebo9", because: "differing version of the same formula" conflicts_with "gz-tools2", because: "both install bin/gz" + patch do + # Fix build with boost 1.85.0 + # Remove this patch with the next release + url "https://github.com/gazebosim/gazebo-classic/commit/e4b4d0fb752c7e43e34ab97d0e01a2a3eaca1ed4.patch?full_index=1" + sha256 "c00fdff58d8e65945d480cb58006ff28bf2c22043373d709705420dc59b70f62" + end + patch do # Fix build with ffmpeg 7.0 # Remove this patch with the next release diff --git a/Formula/ignition-cmake2.rb b/Formula/ignition-cmake2.rb index 08ba48cb3..f34b71355 100644 --- a/Formula/ignition-cmake2.rb +++ b/Formula/ignition-cmake2.rb @@ -1,17 +1,16 @@ class IgnitionCmake2 < Formula desc "CMake helper functions for building robotic applications" homepage "https://ignitionrobotics.org" - url "https://osrf-distributions.s3.amazonaws.com/ign-cmake/releases/ignition-cmake2-2.17.1.tar.bz2" - sha256 "3b678f90d2db79912cfbe4c93f3eed695b8a391847fe9e6454f1c6366370650c" + url "https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/ignition-cmake-2.17.2.tar.bz2" + sha256 "3d84a80a83098f0ac5199c33be420e46d4b53cb06da2cd326d22f1c644014e68" license "Apache-2.0" head "https://github.com/gazebosim/gz-cmake.git", branch: "ign-cmake2" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" - sha256 cellar: :any_skip_relocation, ventura: "44625e71e4193b80f9c5c6e807317b230c4d1615b29b10a904a130683d1f1eb8" - sha256 cellar: :any_skip_relocation, monterey: "9ab9104f67a88e53247d553cca31245ca8803d7e3997ade8a59e54c945fa238b" - sha256 cellar: :any_skip_relocation, big_sur: "5624c8c1166c0afe0d978eeacd6fe17175b9d403f656cdba9c7003c8c007b3d1" + sha256 cellar: :any_skip_relocation, ventura: "9ae992ce2ea118327ac293cc5226e852d6858cdf46f052a17c43b5960c2d8803" + sha256 cellar: :any_skip_relocation, monterey: "431252ede42db6aca2e73e7d974da5c7f46d47796df9f57084c104273cd19162" end depends_on "cmake"