From 02e945a433d4198831e887973c05361b256ff944 Mon Sep 17 00:00:00 2001 From: osrfbuild Date: Wed, 5 Feb 2025 02:33:39 +0100 Subject: [PATCH] gz-cmake3 3.5.4 (#2951) * update bottle. --- Formula/gz-cmake3.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/gz-cmake3.rb b/Formula/gz-cmake3.rb index 2598d40d3..879048e51 100644 --- a/Formula/gz-cmake3.rb +++ b/Formula/gz-cmake3.rb @@ -1,17 +1,16 @@ 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" 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"