Skip to content

Commit

Permalink
gz-physics7 7.4.0 (#2868)
Browse files Browse the repository at this point in the history
* update  bottle.
  • Loading branch information
osrfbuild authored Nov 12, 2024
1 parent d6e6db5 commit 2100d3e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Formula/gz-physics7.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
class GzPhysics7 < Formula
desc "Physics library for robotics applications"
homepage "https://github.com/gazebosim/gz-physics"
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-7.3.0.tar.bz2"
sha256 "1c37a1929a04ca90d26d1b3bbac18afd207afa66caf510868d0266e73c41ea04"
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-7.4.0.tar.bz2"
sha256 "64cdfd5cdf4d6ddf814aca48765af61ba37e0863aab4c732c2ebbd7ce285e4a2"
license "Apache-2.0"
revision 6

head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "d8cef6529713c6942ca1aa772ccbfe122caacd1624278119099a808aadc47601"
sha256 ventura: "40615815bccee34e1e54e98f622ad85252289b22060858d2a0d5b82843959a51"
end

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

depends_on "bullet"
Expand Down

0 comments on commit 2100d3e

Please sign in to comment.