Skip to content

Commit

Permalink
Harmonic: rebuild gz-sim8 dependencies (#2880)
Browse files Browse the repository at this point in the history
* gz-fuel-tools9: revision bump rebuild
* gz-gui8: revision bump rebuild
* gz-physics7: revision bump rebuild
* gz-sensors8: revision bump rebuild
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Nov 18, 2024
1 parent 9b0c162 commit 269a5ed
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzFuelTools9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-9.1.0.tar.bz2"
sha256 "6335f8c6906f052527c97fb1991afffcfe9991122bce3a7c7ffc02df7c8e4d8d"
license "Apache-2.0"
revision 5
revision 6

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "4501d260b2a464afa53160d723a8ef3acc494c76dbd50e371456f0c7f584f02f"
sha256 cellar: :any, ventura: "18b5aeb21d2cfd5af3900bd433b2681f90e1a3f4a436a2558547623b880e7041"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-gui8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-8.3.0.tar.bz2"
sha256 "ba772f4a1cf59d2b29fbb24bb13c618f52c3dc345f363b0a8d2f46d19bea0eb9"
license "Apache-2.0"
revision 9
revision 10

head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "06e991e69c44f82d48a5d6bfeb610af8c24ab66dc8eaf400b00aaaa51d735ba8"
sha256 ventura: "be5ee36cfddefa26a10e6c4b11e2868f29fd04c70f8d3c024ddd004d5f78a9e6"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
Expand Down
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.4.0.tar.bz2"
sha256 "64cdfd5cdf4d6ddf814aca48765af61ba37e0863aab4c732c2ebbd7ce285e4a2"
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 sonoma: "e210dde2a1d5e4b820fa6ed608788f012402240905d0cee6d0f048d6087e6c6e"
sha256 ventura: "c78191937cbb57d404dea85d769ed49fa1f026716e87d2eaef6653c488843910"
end

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

depends_on "bullet"
Expand Down
7 changes: 7 additions & 0 deletions Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ class GzSensors8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-8.2.1.tar.bz2"
sha256 "a651f8970e07055d7abdc32734e638ebf5904a99ab87b6ad1091ab65974cf6a9"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "312457356d8a9a18dd6b4e49f8920169108880ed42fa6b40c419e75ea8f43404"
sha256 cellar: :any, ventura: "a56af3cc8acc85ec452b5a814c52d9a740faf7b23ca4c63e9cfb6ef97e460413"
end

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

Expand Down

0 comments on commit 269a5ed

Please sign in to comment.