Skip to content

Commit

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

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Sep 27, 2024
1 parent 27e2c67 commit 022b8cd
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.1.0.tar.bz2"
sha256 "6335f8c6906f052527c97fb1991afffcfe9991122bce3a7c7ffc02df7c8e4d8d"
license "Apache-2.0"
revision 3
revision 4

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: "829766151569fcba98fe12c3dd392f188a74de11e13dbdaa59508627d1324829"
sha256 cellar: :any, ventura: "9bb8aa21ad8ab3cc8e1c24c99a71eb54c25613e97ba1e22f92fc8cb3f25736e4"
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 7
revision 8

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: "20f67e6b7f2a6cce3851f93b87c6aa2bec425ac36c2fc5684fa7e0b1a769e27c"
sha256 ventura: "fe5450750b62760679446383196ad1624e2c848e17b939d06e9fc6dfb778b5b6"
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-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.1.0.tar.bz2"
sha256 "320606c71b6a2cbbcab683cd8569af9145ece157d5ebd23bc80218e8d148cd09"
license "Apache-2.0"
revision 14
revision 15

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "2630c495902d1fc703cb7ec384bb9bc9621ff1f10578c269424cc811ac74096f"
sha256 ventura: "ddd0831acbdabf70d7167e423c93d297cff9ae3fce83731acf692f51b339c492"
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.3.0.tar.bz2"
sha256 "501e475f5602448428a11d16e3d11972a87d5212bd1655d9154e74aa80bd8454"
license "Apache-2.0"
revision 7
revision 8

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "4c0f3e758863928afeb9613c9142b1220bb82ebdbd4ee18283b44ff304cfb868"
sha256 ventura: "f6c4c3b296499baf4b8280d676b4b555569a74cc4a1026e2b14f172011f5d75e"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
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.2.0.tar.bz2"
sha256 "d3e041205d08ce29e5755a4afe1e5933c54cc11c6b07c78c8f34a1607d57f091"
license "Apache-2.0"
revision 8
revision 9

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: "bf8e4279b7952d3306f239fa95f5ca2c1200f9c6babfa597a79a157f5f58294c"
sha256 cellar: :any, ventura: "1fa71dc8d1aae5f861d49ca47e5891a4ca66678c38929b62aa0cd3c754023ae2"
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.6.0.tar.bz2"
sha256 "ceedc00bc884c6c1394d0cffa95bfc02303017835f02b438f205dd2f921f852a"
license "Apache-2.0"
revision 7
revision 8

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "79b8989848f12da8a6687ffa6e3c1ff8f9ec9e1b3da6bea0ec5fe9ea4a442bf9"
sha256 ventura: "b83f84c8ec49ae52d835ace32ae08c20183b2ca2e07af93b9f41e829abf7521b"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "abseil"
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.4.0.tar.bz2"
sha256 "bec7a13e2f40df963afcf8dc87a9c2e34369daec80f36636965c92d4c8bf5a46"
license "Apache-2.0"
revision 7
revision 8

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "bac456f7337819507e7c43b2c0e1b960f1c22dded8e243cb3d6a34281892a62e"
sha256 ventura: "74e575651be1778408ab5a22fe0e72d79a25aa556525cf761b940d9e7f32aed8"
end

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

Expand Down

0 comments on commit 022b8cd

Please sign in to comment.