Skip to content

Commit 81ff87a

Browse files
authored
gz-physics9 9.2.0 (#3421)
* update bottle
1 parent 19f4470 commit 81ff87a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Formula/gz-physics9.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
class GzPhysics9 < Formula
22
desc "Physics library for robotics applications"
33
homepage "https://github.com/gazebosim/gz-physics"
4-
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-9.1.0.tar.bz2"
5-
sha256 "32b9dd10e23a4b4ce9e38f3a8750e5ff20c8ad22f3b375832c5333ded145af6d"
4+
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-9.2.0.tar.bz2"
5+
sha256 "e568e882edba926066f63f27123fc6ec42af246af529af3da50e95b19cf2437f"
66
license "Apache-2.0"
7-
revision 4
87

98
head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics9"
109

1110
bottle do
1211
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13-
sha256 arm64_sequoia: "5367c160df5bec94dfe4356497ba42e3adf6383eadbd2b43231839168bf465bf"
14-
sha256 arm64_sonoma: "13cbcbc6c8f503e4180f0245df8d8d5a797f4012fb1bd4b1fe98b6663edeef04"
15-
sha256 sonoma: "56feb2fe3ddd811d1ca2fb27cfb617062478d13cdb1f0c196de7fb52d1d4357b"
12+
sha256 arm64_sequoia: "edbc71ed86cb88844669816f4544b843cb317ecf21dd059a008fef4ffa472153"
13+
sha256 arm64_sonoma: "fd498a53b49f20a401a22e5a6528d2b67126264a6346b3473e4c6a1dda361877"
14+
sha256 sonoma: "e1d4d1117b12075a7037327dcd1b295af5d90ec5912fca449263bb9156a5df71"
1615
end
1716

1817
depends_on "cmake" => [:build, :test]

0 commit comments

Comments
 (0)