Skip to content

Commit 45f03f1

Browse files
osrfbuildscpeters
andauthored
gz-harmonic: rebuild bottles broken by gdal (#3269)
* gz-common5: revision bump rebuild * gz-fuel-tools9: revision bump rebuild * gz-gui8: revision bump rebuild * gz-launch7: revision bump rebuild * gz-msgs10: revision bump rebuild * gz-physics7: revision bump rebuild * gz-rendering8: 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 ca8205b commit 45f03f1

File tree

10 files changed

+80
-10
lines changed

10 files changed

+80
-10
lines changed

Formula/gz-common5.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ class GzCommon5 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-common/releases/gz-common-5.7.1.tar.bz2"
55
sha256 "802a0a95bf52e10ec02b7531db1d577e2f477e5d326f0998f0b6ba323eb0396b"
66
license "Apache-2.0"
7-
revision 13
7+
revision 14
8+
9+
bottle do
10+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+
sha256 cellar: :any, arm64_sequoia: "088f0079aa27eff2026777c92fffb5a58f844e96ae9f3d9927cd6e3324982be6"
12+
sha256 cellar: :any, arm64_sonoma: "0fdeafeda872b140fce178a6a552cd28d005c9ff84abd35c5c0dd4515940fad7"
13+
sha256 cellar: :any, sonoma: "66016b23e6a385d4bb923998973ccadab546d6335103df2bf2d23d8051fcffc2"
14+
end
815

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

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 17
7+
revision 18
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: "230871fcc65c271a457e9ef7b009466c06d9cb5101d521735b0d0b6b9190d04c"
14+
sha256 cellar: :any, arm64_sonoma: "f4b7f2d4822d4352ce4facd59f8b7527f1a5e041c9d1160f2db9949cc1d532fa"
15+
sha256 cellar: :any, sonoma: "54821269ae45df2c0dd15d2858dd0ac4b1d8820c9805a0a128a81e0363fe3130"
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 18
7+
revision 19
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: "87c7510fce937fd21e71ac39bbf28923f0c0741ba13057b5af1df73a5d023475"
14+
sha256 arm64_sonoma: "b7e88411f90bf122256782f58728c0e69b329085367f3d2449dadb0bb7c5d51f"
15+
sha256 sonoma: "551b12b9ecf340f37c649738271bdeef7beead7d64fd9fb96bb93a58c274bfe1"
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 19
7+
revision 20
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: "76f0497392b672ef76737b1fc7113208e5f175d866241948c804a9ce8ab2de84"
14+
sha256 arm64_sonoma: "e7ff6af6b0d2c2e2a85f3cc94d9938e4035941cde93032666d642001a1dbf94c"
15+
sha256 sonoma: "228d1d3c6119d4237ac7ee7115df8bb2d10ecbd46632eb9bcad42016b7f210ac"
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 17
7+
revision 18
8+
9+
bottle do
10+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+
sha256 arm64_sequoia: "5fb9cd87704112eda4fb91b59a44a885504190d1b478a5a6ca74110a0d7046ae"
12+
sha256 arm64_sonoma: "670bcc5eb5b04c43ec5a7c3c745df23603bc479976cce8acc88df68c12b17a84"
13+
sha256 sonoma: "817e48cb2181071696936e9eea022dfa56a6356eca67d81a4b901a31e8565784"
14+
end
815

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

Formula/gz-physics7.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ class GzPhysics7 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-7.6.0.tar.bz2"
55
sha256 "4b930f61cb02e2cb322f347399b072aa0302d03d88e1788cc38ac719798073fc"
66
license "Apache-2.0"
7-
revision 3
7+
revision 4
8+
9+
bottle do
10+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+
sha256 arm64_sequoia: "b23098580565a46f15dbb4efe3a7563cbb23a21f57f66c864e8957dbedbd59c6"
12+
sha256 arm64_sonoma: "5b851649cb35d6ff6c59c6f3b5dea0e6a6f588df0c83bd90f518ea835c87a56f"
13+
sha256 sonoma: "5fa12dc36b667dbd3b50933a2de161165ad4854f16485c9dbc85b6eef80aa268"
14+
end
815

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

Formula/gz-rendering8.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ class GzRendering8 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-rendering/releases/gz-rendering-8.2.3.tar.bz2"
55
sha256 "a8ca484a57256d92e087893140309b8ac2dacfd5ea2f4c014eb8dc77f0705786"
66
license "Apache-2.0"
7-
revision 1
7+
revision 2
8+
9+
bottle do
10+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+
sha256 arm64_sequoia: "0d82f4ca19c29b3ba71d8e94da51e74a47a1caf432c8337b21d75ad57adce4a6"
12+
sha256 arm64_sonoma: "0e3971833b7b081a3ef4512d951c6223c20aa6d104a81f6ba5734cfce534821b"
13+
sha256 sonoma: "3387d59070daebc748f7412fb5f8c15ba16a5ee6cc31a0e2b4564d407dde57cb"
14+
end
815

916
# head "https://github.com/gazebosim/gz-rendering.git", branch: "gz-rendering8"
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 17
7+
revision 18
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: "9977f1cdbc57ac9927a0f88b7a0dafd888675a0c877410b0fa2c054ec36d6853"
14+
sha256 arm64_sonoma: "545466291e48f24d43bd1f0310e1121ae975673c95d19108eb323b29c5a993a4"
15+
sha256 cellar: :any, sonoma: "4e60c6646b93e91e4e8464feb32c77f98166cdcbec1adb6ca2df7d9cfb465afc"
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 1
7+
revision 2
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: "280ef94b5f00521ff30393a9c684f6804a96890e82468a7495f65d234163a829"
14+
sha256 arm64_sonoma: "da884e02cf529ce5679584424053be85e743bdf894bec86d9e297066e1f0e4aa"
15+
sha256 sonoma: "6843b4c802c1def703934d56ee4b9897eb37c0f116843444982b9fe722dca7f4"
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 1
7+
revision 2
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: "94fae4831c414445bd1f4e379fcedbf674214ad0e50e6b94e4b8a6b9d9c98c99"
14+
sha256 arm64_sonoma: "2c60fe27fab94c306a5678d4e07c79849a2652d5b26d91891222334c19135afc"
15+
sha256 sonoma: "ed8254f9cf3e46c2d421b1f79e00908cbb80be2986b717a1efe73fd8c9405db1"
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)