Skip to content

Commit

Permalink
Rebuild harmonic bottles for protobuf 24.3 (#2397)
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 11, 2023
1 parent 3e350c7 commit f743375
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 7 deletions.
9 changes: 8 additions & 1 deletion Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzFuelTools9 < Formula
version "9.0.0~pre1"
sha256 "30324b1b89944c827595be858a3b827de4ee71eedac3a8ca6e75f49c54648ed7"
license "Apache-2.0"
revision 3
revision 4

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "e0d6ba27bab6b589dab68aa0f506938510990f6600437e1f6fb98840c82879eb"
sha256 cellar: :any, monterey: "3ea3360c0a1b26dbbba11bd37222f140cfb426fded6b4c928c85f6940463a860"
sha256 cellar: :any, big_sur: "c77013895f607d1526dbda2e17609209b5604f5fb98a1fff6fda6f044801c0d8"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-common5"
Expand Down
9 changes: 8 additions & 1 deletion Formula/gz-gui8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzGui8 < Formula
version "8.0.0~pre1"
sha256 "30af47eb3fb9e83406a5d5dd921c9e6798a1b7abe636ccc364233f68b54187cb"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "337c2aa55a231cca0f2aea892283dc0bfd2ce2fdaca7dc85a4728a308a276c79"
sha256 monterey: "059952e15f8b0b6a9eaec93380bfe35852b21328034aa67365fe57dee2024b17"
sha256 big_sur: "db5696cb83a5f41bace4fd7fdd66c3a253736327cd7c0e1bbcc5dfb2ac225c42"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "gz-cmake3"
Expand Down
9 changes: 8 additions & 1 deletion Formula/gz-launch7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzLaunch7 < Formula
version "7.0.0~pre1"
sha256 "efe15fd7201079612ce69bd6d7cdc3a5694f302928838b9bb48a40459085e1e0"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "1eb930092c0b5fc49a5828fb7d91094ccf6a7d24a18a5fd8698c101d138a11b0"
sha256 monterey: "72cbc00b70c5f119b0284be4d8966c0b61954d37466e95942afcea2bbf567bf6"
sha256 big_sur: "240ec8562fe42f5bca65924a14d085fa44fafcd03e23ba0da16c8c07f3e62942"
end

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

Expand Down
9 changes: 8 additions & 1 deletion Formula/gz-msgs10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ class GzMsgs10 < Formula
version "10.0.0~pre3"
sha256 "88bb9cb14251d91d30a2ff1d65672a83420eeca5527aa5cb14a7714f41ba6bc5"
license "Apache-2.0"
revision 1
revision 2

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "a9a96caa802ef2f1d934787647b0e57f3fbe93fcc3f7895c95fe2828d5f556d0"
sha256 monterey: "a1d26e0c141d80dc2e986fac7ab124ecec5dcf0ade19adc90af035e322d2e982"
sha256 big_sur: "b3293701ab2cb15a4107a1988ac34b8b46b2336aff3bb38c7c3f08ad0944c315"
end

depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
9 changes: 8 additions & 1 deletion Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzSensors8 < Formula
version "8.0.0~pre1"
sha256 "08727c2e048f4013deeed32b808323b96855c6e849ca3e86a578c26129e996c0"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "1e7335feeeb206d7bf48825b96a441033e2d4ec8a1f703fed9e07c84eb1be2ed"
sha256 cellar: :any, monterey: "e21a6511600dcb92c6eb0d22bb27d4ddf38ea4690b01f78d17ce6aefc6c1856c"
sha256 cellar: :any, big_sur: "38c1c5f892f265e1934d5b8013f4848fbafe6958fbb35fe2db49654e9eeec554"
end

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

Expand Down
9 changes: 8 additions & 1 deletion Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzSim8 < Formula
version "8.0.0~pre1"
sha256 "acf6d851cb8570bb978b3a56a4c5d0c11f6f75056b163311aa6dfc7fd9833ff4"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "51f5725b5c010dac2210fbfc9506d0aaa989b239f7ef2190d8d31d6c18f9b142"
sha256 monterey: "bd93c768dd24d6b41d34a4962ade40ecbbb10d320a2e949b9dbec53e3b9f60a0"
sha256 big_sur: "1e8dba5053ea9174dbf644f718758c2237c7fc10ef8be69f807b1fb554cd750e"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
Expand Down
9 changes: 8 additions & 1 deletion Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzTransport13 < Formula
version "13.0.0~pre1"
sha256 "1f5785c70d4e0740490c372436fe06a724544e1b323525e39edf981168c89101"
license "Apache-2.0"
revision 3
revision 4

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "2140df3adaf2cf2ae2caba5c50fb763f4ea4b49f55db1dcd83fa72e9782b33e1"
sha256 monterey: "26b6941c3f5b5551a1e6c16f4555ab25712ceb9d37dd0535bbcbaa24f48a4715"
sha256 big_sur: "a95495c931b87f95e1c516d4680585e0c9177cc5d11d8a09db5cc58ff723aa16"
end

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

Expand Down

0 comments on commit f743375

Please sign in to comment.