Skip to content

Commit

Permalink
gz-utils3 3.1.1 (#2981)
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 15, 2025
1 parent f0155d1 commit be91d7f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/gz-utils3.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
class GzUtils3 < Formula
desc "General purpose classes and functions designed for robotic applications"
homepage "https://github.com/gazebosim/gz-utils"
url "https://osrf-distributions.s3.amazonaws.com/gz-utils/releases/gz-utils-3.1.0.tar.bz2"
sha256 "3089407a57af7462b82566110341cc48232d4312c492ff7b9fa1099a9014a10a"
url "https://osrf-distributions.s3.amazonaws.com/gz-utils/releases/gz-utils-3.1.1.tar.bz2"
sha256 "161942a2d00c820683cf88e41c48545e8da4c959aad77ca2229021e5f961201d"
license "Apache-2.0"
revision 2

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "0c9663a8f1c1c813bb3939cc65f3bba5b42c082f985719fd55df56b83f9b8459"
sha256 cellar: :any, ventura: "61e0e8f975661eba6b392dd1b38971274f8144e0f983fce2c0d845748a5f83c4"
sha256 cellar: :any, sonoma: "809bac481818d9ab2dcdc6572e0352e4f5c08f80717bade1a6ddadd94e592817"
sha256 cellar: :any, ventura: "a9f9038074fb7fc0b58c89d3c2b90c42088a589e44563375d1f7abdba7f7d55e"
end

depends_on "cmake" => [:build, :test]
Expand Down

0 comments on commit be91d7f

Please sign in to comment.