Skip to content

Commit

Permalink
gz-utils3 3.1.0 (#2878)
Browse files Browse the repository at this point in the history
* update  bottle.
  • Loading branch information
osrfbuild authored Nov 17, 2024
1 parent c253812 commit 03f1c9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/gz-utils3.rb
Original file line number Diff line number Diff line change
@@ -1,14 +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.0.0.tar.bz2"
sha256 "4aeb706414e740ffcd7518f102f139a273dcae045da14eda340b880a34a59b63"
url "https://osrf-distributions.s3.amazonaws.com/gz-utils/releases/gz-utils-3.1.0.tar.bz2"
sha256 "3089407a57af7462b82566110341cc48232d4312c492ff7b9fa1099a9014a10a"
license "Apache-2.0"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "b969861a1bf34416c169bdb4678bcf15d0c3a687e3591a1a35dfb8b4d3f2e42a"
sha256 cellar: :any, ventura: "797c749f0ba3f6d041cdae4b617a09017cecc9bf5ad0370ab39b9ddef56778e3"
sha256 cellar: :any, sonoma: "1156123f3ca137828b17d82510c65b909affe71cfe5cafa985f52b7fc78e70c6"
sha256 cellar: :any, ventura: "9ac5532ff8f13159f8940b384fc8b99cc024dfe6a4a7dd991ab3a978a5821a78"
end

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

0 comments on commit 03f1c9d

Please sign in to comment.