Skip to content

Commit

Permalink
Merge branch 'master' into sdformat9_9.10.1_1704492773
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Jan 6, 2024
2 parents 620aaa4 + e479862 commit 42bc17f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-physics7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzPhysics7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-7.0.0.tar.bz2"
sha256 "3bfd59d7d49e3ae9f0ef5737ba6b23919700ce93e15f20d1eff3281914e58f78"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "12e71d517a4b926cfed888456461d04009c0cc66a0153cb1ffa7c59c0a06d15b"
sha256 monterey: "8fef7da5958d8a17dcdb92f3fc6df91e1a8ccb0c038291337b152bdbff11f7d0"
end

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

depends_on "bullet"
Expand Down
8 changes: 7 additions & 1 deletion Formula/sdformat14.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class Sdformat14 < Formula
url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-14.0.0.tar.bz2"
sha256 "88c0858a23ef4a4f36a9b3162e4b438878ae8670608af73d1797d67a3aaa4246"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/sdformat.git", branch: "main"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "e9210be6515fa2a59d8dc0d2e426699099c813889ee5f560180bd349efbf84c4"
sha256 monterey: "07e2abfcb12659ac4412a095312372301c02b3b5324a54dc61c75d8412f1c047"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "pybind11" => :build
Expand Down

0 comments on commit 42bc17f

Please sign in to comment.