Skip to content

Commit

Permalink
Rebuild harmonic bottles for protobuf 25.1 (#2495)
Browse files Browse the repository at this point in the history
* gz-fuel-tools9: revision bump rebuild bottle
* gz-gui8: revision bump rebuild bottle
* gz-launch7: revision bump rebuild bottle
* gz-msgs10: revision bump rebuild bottle
* gz-sensors8: revision bump rebuild bottle
* gz-sim8: revision bump rebuild bottle
* gz-transport13: revision bump rebuild bottle
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Nov 19, 2023
1 parent a6ccfd5 commit 60fab29
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 7 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.0.0.tar.bz2"
sha256 "f6bff36311390bbdf169a767d94efd7657f6b44ee620dbe096ab122135f7c780"
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, ventura: "4ba7f2434b36391f278582385d29bfe5145db1d905f72706926a20cc498245ea"
sha256 cellar: :any, monterey: "2f66f1720bac64ff911c8732944396c5a87c9f06c04d52bd1f536c43855c17e1"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-common5"
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.0.0.tar.bz2"
sha256 "50815c1e81f985a616068e9c3d425ee035edfa2e7a13bd14ce3de41d9500fa40"
license "Apache-2.0"
revision 5
revision 6

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "4d72061f3657171bed3eecc4dd350b70a7f5713af2edff5417b2a8fa62bfc294"
sha256 monterey: "9e20572b0b17b81dd281c412c5915988e98707b04406d5062bb851a1c3ebf878"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-launch7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ 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 5
revision 6

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"
end

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

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-msgs10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs10 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-10.0.0.tar.bz2"
sha256 "3d39b6c1377bd69b9d1d1a0ccc37bf1bb0ea38d913ad0ad7fd5c051cfaeb30a7"
license "Apache-2.0"
revision 5
revision 6

head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs10"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "b57137a6287cf42ce84a13d78d737bd63735fe3a4c9425923c7aea01f4539514"
sha256 monterey: "54b5aea7ab9a9bf21d2c3999b55d8c7c8aff76dbe6d48747bb81ef2796f68b33"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-math7"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ 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 5
revision 6

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"
end

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

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ 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 5
revision 6

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"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport13 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-13.0.0.tar.bz2"
sha256 "d44b4ed089110a1a7dfc3b59f782e33f27668a980ededdbf3c21171f72a82968"
license "Apache-2.0"
revision 5
revision 6

head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport13"

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

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build

Expand Down

0 comments on commit 60fab29

Please sign in to comment.