Skip to content

Commit

Permalink
Rebuild more harmonic bottles for urdfdom 4.0.0 (#2525)
Browse files Browse the repository at this point in the history
* gz-sensors8: revision bump rebuild bottle
* gz-sim8: revision bump rebuild bottle
* gz-launch7: revision bump rebuild bottle
* gz-harmonic: revision bump rebuild bottle
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Jan 7, 2024
1 parent 7a4f6f6 commit 1ad856f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions Formula/gz-harmonic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ class GzHarmonic < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-harmonic/releases/gz-harmonic-1.0.0.tar.bz2"
sha256 "50a60b775c7b9f21351667ec9912a3049129c49f89bfd1658af7381431e9d190"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/gz-harmonic.git", branch: "main"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "cef465681e1d0e1072f054a6f383d2e429c8616b8e5737294f77391561117ba8"
sha256 cellar: :any, monterey: "52f91070f1d85883ddb094d55f249769b8d693c9989080c49126b3c862f05d4e"
sha256 cellar: :any, ventura: "6f719d3840fe3a4287eab5800ac21f844f4cdaa9dea1221b1c46ed4f41216fb3"
sha256 cellar: :any, monterey: "0ed91dbd27a86efd2b7d6655d8a5866638346374d5d92fbfa29fa46e76e09ff1"
end

depends_on "cmake" => :build
Expand Down
6 changes: 3 additions & 3 deletions Formula/gz-launch7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ class GzLaunch7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-7.0.0.tar.bz2"
sha256 "252cb170fd97d074e9d13536cda736cd481c8c2e6df30a4ee225cfb9dcd92e77"
license "Apache-2.0"
revision 6
revision 7

head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "8eba0cc8370e347649fbdce1bf2a059518a04e4b43682a6ee9d3b77bd7573e0c"
sha256 monterey: "42a8fe81a048b11f4c7dcd18cf2105765b89f5eee5174c4b70b4f4374adf9fc1"
sha256 ventura: "597dff1728c84f4de2fb70178a74c44fcfc62a32b5f154b1d4ccfd31ef42d0ba"
sha256 monterey: "b09898f314f2dca7861ed232128a620b15e76b450f1c50425de8cda873a6ee62"
end

depends_on "cmake" => :build
Expand Down
6 changes: 3 additions & 3 deletions Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ class GzSensors8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-8.0.0.tar.bz2"
sha256 "17a3be4fbcc338a22928c7d5b96d4369f05be801470e37f580c0f83299609bf4"
license "Apache-2.0"
revision 6
revision 7

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, ventura: "80af947c63546957d560a04977f69b17f87c26fb8b4565fa59b6fb4677084aea"
sha256 cellar: :any, monterey: "4aba9eb574da81738c6dae4a9e7921a1a0bb84752d9d72d5d98814cc61a91fb5"
sha256 cellar: :any, ventura: "3f89571d7eb4026199d85b5c9a1299e6da47a0347654c7630ac8c558b5d2c40f"
sha256 cellar: :any, monterey: "b5ff6ab187f91b909c46564dbdea2b9033b04893af13df38beab40d531ee9bca"
end

depends_on "cmake" => [:build, :test]
Expand Down
6 changes: 3 additions & 3 deletions Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ class GzSim8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-8.0.0.tar.bz2"
sha256 "2b9f422fbe87d0f215d4cb85559fbfadd36115b91e56515fa63ae1fd290d2012"
license "Apache-2.0"
revision 6
revision 7

head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "3180ab0deed9c9541e6b26770da682f6cca015f5c162a0b0a19d7b48d8ffb7d8"
sha256 monterey: "a5f9b1786cb4bb883ad2e413df119f3d93dba9cb81eb82fc336510e76a9a62d4"
sha256 ventura: "767236f4bc97b3a3e3983cc62df4e716bb053b6fca7421ea8abd14b6163eaea0"
sha256 monterey: "4d8e118897c5a46d52b5cbb3e6ccc0da4bb40208133fbd81957bc5c7426b2301"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 1ad856f

Please sign in to comment.