Skip to content

Commit

Permalink
gz-tools2 2.0.2 (#2952)
Browse files Browse the repository at this point in the history
* update  bottle.

Co-authored-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
osrfbuild and scpeters authored Feb 5, 2025
1 parent 02e945a commit dc5316f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/gz-tools2.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
class GzTools2 < Formula
desc "Entry point for Gazebo command-line tools"
homepage "https://gazebosim.org"
url "https://osrf-distributions.s3.amazonaws.com/gz-tools/releases/gz-tools-2.0.1.tar.bz2"
sha256 "0a99277ebad5494736be0fd9c39c27a62e8a9e97663c63a0be5957a94253e659"
url "https://osrf-distributions.s3.amazonaws.com/gz-tools/releases/gz-tools-2.0.2.tar.bz2"
sha256 "82147f328c601ec2a88fa1fbdd42f89c7558b6943315d5599434fd4a189c39d7"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-tools.git", branch: "gz-tools2"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "4a3bd21a7d6d4791c0f1e37bf0bafb5ea2bc34d89d0fff9b651fcbf2c417ddce"
sha256 cellar: :any, ventura: "32b6467d80e69475231f265e2682d2b9a6ec8ac1d97c8f3d5698e270b5f42d51"
sha256 cellar: :any, monterey: "9b58977cd94e79fb870db54a8c9f4431e5319681687964e9a09310d616af5c2e"
sha256 cellar: :any, sonoma: "6eab67f804cc9881a492eaa605d03de81c89b8dcb1c97363767610614c33d6dd"
sha256 cellar: :any, ventura: "e606d064f2808df0c288387da842166d2cc0a85066094c9111d20c9c3faaa3dc"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit dc5316f

Please sign in to comment.