Skip to content

Commit b2824ec

Browse files
authored
gz-utils4 4.0.0~pre1 (#3123)
* update bottle.
1 parent e2b64b3 commit b2824ec

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Formula/gz-utils4.rb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
class GzUtils4 < Formula
22
desc "General purpose classes and functions designed for robotic applications"
33
homepage "https://github.com/gazebosim/gz-utils"
4-
url "https://github.com/gazebosim/gz-utils.git", branch: "gz-utils4"
5-
version "3.999.999-0-20250425"
4+
url "https://osrf-distributions.s3.amazonaws.com/gz-utils/releases/gz-utils-4.0.0~pre1.tar.bz2"
5+
version "4.0.0-pre1"
6+
sha256 "4070d0756ac2a555a8c2f4f559b100f2e85ec701efe6fbea3aab9f5cb61589cd"
67
license "Apache-2.0"
78

9+
bottle do
10+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+
sha256 cellar: :any, arm64_sonoma: "f4464eaaa50af0c4691b197e2b7d11672316717642a8f606762d5d9ce4a613f3"
12+
sha256 cellar: :any, sonoma: "e5c93a09e9bb33700ef862616ad58d0521e37392e12d7c4f8ffb2bcf1d36fa98"
13+
sha256 cellar: :any, ventura: "059b98331dfd901b69a47086d6a186a5283a13c65a92dae36870b4d9cef6de59"
14+
end
15+
816
depends_on "cmake" => [:build, :test]
917
depends_on "pkgconf" => [:build, :test]
1018
depends_on "cli11"

0 commit comments

Comments
 (0)