Skip to content

Commit

Permalink
Merge branch 'master' into ci_matching_branch/transport14_multiple_py…
Browse files Browse the repository at this point in the history
…thon
  • Loading branch information
scpeters authored Nov 9, 2024
2 parents 492bef4 + 82d607c commit 56a7f85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/gz-cmake4.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class GzCmake4 < 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-4.0.0.tar.bz2"
sha256 "4bcb44c47a3de730c9acc97abdd9cec2f17129d3be28bacaab27f85b603fc790"
url "https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/gz-cmake-4.1.0.tar.bz2"
sha256 "0164fbf56ef890ffbbe00f21f7bfcd110064338a783d4a2a944857cc76761f60"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-cmake.git", branch: "gz-cmake4"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any_skip_relocation, sonoma: "59d1ed788a310a8b2975dfd15cc1730d1108231da8806c8efafa59548f8c7813"
sha256 cellar: :any_skip_relocation, ventura: "f2d1c746e2d18bf9e33f92749f441e6dc08ed278c46485eb0426a765247d2e19"
sha256 cellar: :any_skip_relocation, sonoma: "9815364927e8c55b44071ea2db5b7b858ee7a9f758879a7ebbde2361d389a0dc"
sha256 cellar: :any_skip_relocation, ventura: "d65216df29ada0798a8fb7e819ba8c34f942a54927c9b9dd018189bae4f38680"
end

depends_on "cmake"
Expand Down

0 comments on commit 56a7f85

Please sign in to comment.