From 74238ea6e864e47cec0274ad7e4aeaac1389f6a4 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Fri, 25 Aug 2023 17:07:30 +0000 Subject: [PATCH 1/2] gz-cmake3: update 3.4.0 --- 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 40d6b287e..7281bb748 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.3.1.tar.bz2" - sha256 "3582ab3c6ef7333e23e7e26b0c89e76d8f8f65a219504023bc7506e5377a9e83" + url "https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/gz-cmake-3.4.0.tar.bz2" + sha256 "a1bc2575e41bc2480528290365d769307feb76508bb84a2c3201e3c0a01918b2" license "Apache-2.0" head "https://github.com/gazebosim/gz-cmake.git", branch: "gz-cmake3" From e3d209635230a8ff7f323997efb42f2ac4b3dc28 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Fri, 25 Aug 2023 19:41:28 +0000 Subject: [PATCH 2/2] update bottle. --- Formula/gz-cmake3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/gz-cmake3.rb b/Formula/gz-cmake3.rb index 7281bb748..66afb821a 100644 --- a/Formula/gz-cmake3.rb +++ b/Formula/gz-cmake3.rb @@ -9,9 +9,9 @@ class GzCmake3 < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" - sha256 cellar: :any_skip_relocation, ventura: "407817a786008de534b0a409ab2a187a8249451cb0ae8abe001c8695903a2e91" - sha256 cellar: :any_skip_relocation, monterey: "0dd25b569a71b211d9f0636e89164e51d5669419e72c1d0ecb6c95de73a851c0" - sha256 cellar: :any_skip_relocation, big_sur: "24a1c55e0e0f9dc3bcb68be7b16feebf6442d1d709a12a254e39285ef84914f6" + sha256 cellar: :any_skip_relocation, ventura: "a3504208c227a394388e387a4357470fe6a4d69417c604384dfad852bb58411f" + sha256 cellar: :any_skip_relocation, monterey: "adbbbceb7ab6600b46ddb1d9c15d54a735c65ae3a6531789d90c972302dbf344" + sha256 cellar: :any_skip_relocation, big_sur: "67d08d44776e17e7f227c8463b5b6a652711766012307ea21ec9da23968e3697" end depends_on "cmake"