Skip to content

Commit e0b81f6

Browse files
osrfbuildscpeters
andauthored
Harmonic: rebuild for protobuf 33.2 (#3282)
* gz-fuel-tools9: revision bump rebuild * gz-gui8: revision bump rebuild * gz-launch7: revision bump rebuild * gz-msgs10: revision bump rebuild * gz-sensors8: revision bump rebuild * gz-sim8: revision bump rebuild * gz-transport13: revision bump rebuild * update bottle Co-authored-by: Steve Peters <[email protected]>
1 parent 6992327 commit e0b81f6

File tree

7 files changed

+56
-7
lines changed

7 files changed

+56
-7
lines changed

Formula/gz-fuel-tools9.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzFuelTools9 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-9.1.1.tar.bz2"
55
sha256 "3189166d4b0078c0b9d98de178e5496a1cc28b88fbd1124603376181b5a053f5"
66
license "Apache-2.0"
7-
revision 19
7+
revision 20
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 cellar: :any, arm64_sequoia: "2eadaa9ea10b5ca1cc7eaa51c0ab64d333637e240928493b5e6ef4bcae3eb281"
14+
sha256 cellar: :any, arm64_sonoma: "d030b477ad5fa13242c5e00e9ac1456ec4e48fa74f9f8e58c311daa2b797672d"
15+
sha256 cellar: :any, sonoma: "4034cc9e199ec27a8147a3358aaa2518a556532d1ce8e41a3fd6ab4565745432"
16+
end
17+
1118
depends_on "abseil"
1219
depends_on "cmake"
1320
depends_on "gz-cmake3"

Formula/gz-gui8.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzGui8 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-8.4.0.tar.bz2"
55
sha256 "1731b01a134afb11b1b3e049fc65e74fa7b5c50532406d3d68366d54016d5498"
66
license "Apache-2.0"
7-
revision 20
7+
revision 21
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "a1773dcc0794db1a73fa773918ae8f754aa4c9604be47926f5af080a6ab9d58d"
14+
sha256 arm64_sonoma: "a2f4d03bb9993d10e40430b47379600abf3302596a549972d2ed2d661b690367"
15+
sha256 sonoma: "2aa7dfdc39f9e23014797dde096734380dd0858061b31265f62dd71fb8f1eaa0"
16+
end
17+
1118
depends_on "cmake" => [:build, :test]
1219
depends_on "pkgconf" => [:build, :test]
1320
depends_on "abseil"

Formula/gz-launch7.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzLaunch7 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-7.1.1.tar.bz2"
55
sha256 "e29f8b4663474cfed1364c45afa3aee8b44d816ffe1679c26c699f7c805cdffd"
66
license "Apache-2.0"
7-
revision 21
7+
revision 22
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "a420be9bae9f34d58e9a413e8bcec9b1d6f3ca95ede72c17a15379b1e8cbeeec"
14+
sha256 arm64_sonoma: "b3d4671b7dd4f872a406102319f5032dbb0f73de461f42ec4386951dd3e54eb0"
15+
sha256 sonoma: "ce1466e41858be38fcff13ded911808fd61e62c4a06c1815f93f3283f8ee5081"
16+
end
17+
1118
depends_on "cmake" => :build
1219
depends_on "pkgconf" => :build
1320

Formula/gz-msgs10.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ class GzMsgs10 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-10.3.2.tar.bz2"
55
sha256 "0dd9c19dee7aec7fc0f7bdd03ee2ae44ab1068dac2fc1ae8cc3ecc1b6df8472a"
66
license "Apache-2.0"
7-
revision 19
7+
revision 20
8+
9+
bottle do
10+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+
sha256 arm64_sequoia: "6565a466f3698f054af0d837bfad49a35e8ddbfc3a095690eea58756009d11ea"
12+
sha256 arm64_sonoma: "c72dd2fae9c1227c5babe2547c321f44c969ebc542314e09db4f04ce4481bd10"
13+
sha256 sonoma: "32d0fd8f0ceb8510e7c1fbf489c4dc1eeb513c0ad143557ad31f15e7e2ba39da"
14+
end
815

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

Formula/gz-sensors8.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzSensors8 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-8.2.2.tar.bz2"
55
sha256 "9ddc16d5cab0a86f27771732f5cfcfde1efe7611f27da61176ea122273806c42"
66
license "Apache-2.0"
7-
revision 19
7+
revision 20
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "cb861e72777b147a4a43a11d83aea20e8e8dc5335bbf95dc33d203051118a3bd"
14+
sha256 arm64_sonoma: "037407963242f7eeb63ce043ac1615bba06585b7f1cf947814aafdc595168261"
15+
sha256 cellar: :any, sonoma: "e89108630a401ede1963acf5e71aaae06d68882be25bde499f7b14c13e99e90a"
16+
end
17+
1118
depends_on "cmake" => [:build, :test]
1219
depends_on "pkgconf" => [:build, :test]
1320

Formula/gz-sim8.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzSim8 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-8.10.0.tar.bz2"
55
sha256 "42951750ca9f77abde245ba9f86f02aa1693f072b3294d371224371ac8afcfc7"
66
license "Apache-2.0"
7-
revision 3
7+
revision 4
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "2d753ab7616b927fa266a225942f00266403adbd831e825eb1902b21f7c678da"
14+
sha256 arm64_sonoma: "1eeb6055dd70b4a9c3d54a05ca813b5884a86a1af0caccf44b9880ed32799c43"
15+
sha256 sonoma: "dc5bc049571e47742541ca9a029c0eb89b31a48960be01e29bcdb1f7aee133c8"
16+
end
17+
1118
depends_on "cmake" => :build
1219
depends_on "pybind11" => :build
1320
depends_on "[email protected]" => [:build, :test]

Formula/gz-transport13.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzTransport13 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-13.5.0.tar.bz2"
55
sha256 "63d2646256a3821dc86b387216f299923bed2ff1e113474bce8ae263f0c29190"
66
license "Apache-2.0"
7-
revision 3
7+
revision 4
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "5c662690f2b4dd838741e4cccfb4eb11075c6fed1d123812edbaa78f0c419c4f"
14+
sha256 arm64_sonoma: "462fec77ac91f1473ab1b78de9d376186df26ea84e89e1ef473b2b7bcc6b5c00"
15+
sha256 sonoma: "a4a8b1ebde94f286477a1776e04f980273b74d5dc93409f854d4f0703c9dfc6a"
16+
end
17+
1118
depends_on "doxygen" => [:build, :optional]
1219
depends_on "pybind11" => :build
1320
depends_on "[email protected]" => [:build, :test]

0 commit comments

Comments
 (0)