Skip to content

Commit

Permalink
Merge branch 'master' into gz-sensors7_7.3.1_1731440911
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Nov 13, 2024
2 parents 263ed13 + a5bb24b commit de765bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 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
9 changes: 4 additions & 5 deletions Formula/gz-rendering7.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
class GzRendering7 < Formula
desc "Rendering library for robotics applications"
homepage "https://gazebosim.org"
url "https://osrf-distributions.s3.amazonaws.com/gz-rendering/releases/gz-rendering-7.4.2.tar.bz2"
sha256 "81101ddb26c630dd0292c34a83d7736596d8ee1ac5d7b8ec4980f485de8ba87d"
url "https://osrf-distributions.s3.amazonaws.com/gz-rendering/releases/gz-rendering-7.5.0.tar.bz2"
sha256 "fcf0faff1ec286550f7bd9fd1e2c0cd6728bbabc5b831e0a018adf3798df9658"
license "Apache-2.0"
revision 7

head "https://github.com/gazebosim/gz-rendering.git", branch: "gz-rendering7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "b731152eca5dd829d1c327f968face29909fb099e2a062579592cc6f518e5f5f"
sha256 ventura: "ef13733bd1a35b4841c2d55f8f512987edeae9f3d26bf40a1b93a80e0db4084f"
sha256 sonoma: "a132de22cbd39f2b2829f504056eb500e6d42c3d5838ad14d16980e39896b98f"
sha256 ventura: "c96af0f852846c9e04e3f1f03eefb61b8c22c0d3a44f725ce26e06800c9bcf3c"
end

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

0 comments on commit de765bc

Please sign in to comment.