From c3383242bdef418c9629afc28d77ee7baee1d0a6 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Tue, 4 Feb 2025 20:17:13 +0000 Subject: [PATCH 1/2] gz-cmake3: update 3.5.4 --- Formula/gz-cmake3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gz-cmake3.rb b/Formula/gz-cmake3.rb index 2598d40d3..753c87fc4 100644 --- a/Formula/gz-cmake3.rb +++ b/Formula/gz-cmake3.rb @@ -1,8 +1,8 @@ class GzCmake3 < Formula desc "CMake helper functions for building robotic applications" homepage "https://gazebosim.org" - url "https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/gz-cmake-3.5.3.tar.bz2" - sha256 "f484c75321c04e1895d69f89a2bcc9a75894176edddb18aaf1c280e6ddda4133" + url "https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/gz-cmake-3.5.4.tar.bz2" + sha256 "284ccf76b9b928e005f0b9339b3ee2cfe7e81b9f72b3f240c0e545ca2727885e" license "Apache-2.0" head "https://github.com/gazebosim/gz-cmake.git", branch: "gz-cmake3" From d6b873c3a23a14a44e7f8c5dd07ee54f0eda43c7 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Tue, 4 Feb 2025 23:45:46 +0000 Subject: [PATCH 2/2] update bottle. --- Formula/gz-cmake3.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/gz-cmake3.rb b/Formula/gz-cmake3.rb index 753c87fc4..879048e51 100644 --- a/Formula/gz-cmake3.rb +++ b/Formula/gz-cmake3.rb @@ -9,9 +9,8 @@ class GzCmake3 < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" - sha256 cellar: :any_skip_relocation, sonoma: "dc6871972cc849aa0b264c6c1622283c97b20b4c7364e2bbb98adea9b88f2e3a" - sha256 cellar: :any_skip_relocation, ventura: "03c21765a213c43f0fb4576073d31c520df1676bf63ad73b704a8c661cbf2aa6" - sha256 cellar: :any_skip_relocation, monterey: "2c4b2a1254aab708cf5de016d662efde660b1c2257ba6bddb384478c52494bed" + sha256 cellar: :any_skip_relocation, sonoma: "90f555bdc6dd841e1bd399e6ddc7b76cf1416282335a2b861ff15be497c2021a" + sha256 cellar: :any_skip_relocation, ventura: "09dfe1629d92929edcfc0dbf5c300fbc18c50d2f46d1241a784d03566b5f8481" end depends_on "cmake"