Skip to content

Commit

Permalink
Remove bottles broken by dartsim 6.15.0 (#2877)
Browse files Browse the repository at this point in the history
* gazebo11: revision bump broken bottle
* gz-physics6: revision bump broken bottle
* gz-physics7: revision bump broken bottle
* gz-physics8: revision bump broken bottle
* ignition-physics5: revision bump broken bottle
  • Loading branch information
scpeters authored Nov 15, 2024
1 parent 10cc444 commit c253812
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 34 deletions.
8 changes: 1 addition & 7 deletions Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ class Gazebo11 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-11.14.0.tar.bz2"
sha256 "7e9842c046c9e0755355b274c240a8abbf4e962be7ce7b7f59194e5f4b584f45"
license "Apache-2.0"
revision 36
revision 37

head "https://github.com/osrf/gazebo.git", branch: "gazebo11"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "674d5f7b2db846f07add252d86cc195e4b806b362c1f78a1d0fb3638eb5d4968"
sha256 ventura: "2017522c735934e410b43832bffebc88ff47bf6310f4ed60066f3b44ac1295b4"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
7 changes: 1 addition & 6 deletions Formula/gz-physics6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ class GzPhysics6 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-6.7.0.tar.bz2"
sha256 "fbf2320c448c7b9d22034589673d6db17039c308529ae32ca08579349301eaf7"
license "Apache-2.0"
revision 1

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "7c4606985ab56320b8de14db0ce66629cca1553be5e284486eff5af7927ed6c1"
sha256 ventura: "713eff2ad89627b851a0523233fff595eaeb29d1210a93269e63bb5af25324e6"
end

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

depends_on "bullet"
Expand Down
7 changes: 1 addition & 6 deletions Formula/gz-physics7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ class GzPhysics7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-7.4.0.tar.bz2"
sha256 "64cdfd5cdf4d6ddf814aca48765af61ba37e0863aab4c732c2ebbd7ce285e4a2"
license "Apache-2.0"
revision 1

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
8 changes: 1 addition & 7 deletions Formula/gz-physics8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ class GzPhysics8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-8.0.0.tar.bz2"
sha256 "f842ea942ccb27b6f0854eedc1314c3e0bdd415cdac000ce4320d209ff3a42ee"
license "Apache-2.0"
revision 2
revision 3

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "bb52e2f7b7a86f64dafc64351fda00d67d9c04e6b41cd65507511fa1a3f6abf3"
sha256 ventura: "156f5c7716447ebb80f1d5e1830f477463d4f9a625a263fbf72c3f52c2633a15"
end

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

depends_on "bullet"
Expand Down
9 changes: 1 addition & 8 deletions Formula/ignition-physics5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ class IgnitionPhysics5 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-physics/releases/ignition-physics5-5.3.2.tar.bz2"
sha256 "4262512fbb6952712234c5cbeed69cdabca338931bb6c587a1ef7d487a5f262b"
license "Apache-2.0"
revision 14
revision 15

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "66a02f287d4f59c16592e2fcbce8e483fbabced4e74dcce5495713234d626222"
sha256 cellar: :any, ventura: "253754eb6b0f61b2fed72231c46ee9d4383abfb5c3e397a316ceac8a1ad7388b"
sha256 cellar: :any, monterey: "908769f79d837b8bc444d5adc13ae7df430c3392fe0da114f9eb29c27f251b81"
end

depends_on "cmake" => :build

depends_on "gz-plugin2" => :test
Expand Down

0 comments on commit c253812

Please sign in to comment.