Skip to content

Commit

Permalink
Merge branch 'master' into gz-tools2_2.0.2_1738710377
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Feb 5, 2025
2 parents ff75860 + 02e945a commit 6ee035a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/gz-cmake3.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6ee035a

Please sign in to comment.