Skip to content

Commit 88a28f5

Browse files
committed
update bottle.
1 parent 0b9cb1c commit 88a28f5

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

Formula/gz-fuel-tools9.rb

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzFuelTools9 < Formula
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, sonoma: "942dc53aa9c127e37d905a3672ad68707f95020eaa52a75e027c1cfea9ad0544"
14+
sha256 cellar: :any, ventura: "81d90507543a4ddf97faa33a0f00d2bbf5bdc05bffd0510471f6a2239e949dab"
15+
end
16+
1117
depends_on "abseil"
1218
depends_on "cmake"
1319
depends_on "gz-cmake3"

Formula/gz-gui8.rb

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzGui8 < Formula
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 sonoma: "95920c5f2ce07dc06a70e377434f54d68c3dd91851eec7c1fd856e18cc081de8"
14+
sha256 ventura: "e2dee50d78b32e11b7d87056f692453cda075bf9efca95c3a540f075b7da6803"
15+
end
16+
1117
depends_on "cmake" => [:build, :test]
1218
depends_on "pkgconf" => [:build, :test]
1319
depends_on "abseil"

Formula/gz-msgs10.rb

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzMsgs10 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 sonoma: "a9da65ceb6c327b8980b73ef860d28f7ccb7a4188754dc1b6c7f75cd2575e47e"
14+
sha256 ventura: "a7ae46f1c2ef274f01b7a40b50bd61334a372e0b44de541776b93e251d99b554"
15+
end
16+
1117
depends_on "[email protected]" => [:build, :test]
1218
depends_on "[email protected]" => [:build, :test]
1319
depends_on "abseil"

Formula/gz-sensors8.rb

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzSensors8 < Formula
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 cellar: :any, sonoma: "9d8460ff141a106be6e5db1eef27682c4d64b4eb72a408b303de2f03dd18ae88"
14+
sha256 cellar: :any, ventura: "097750acd6f99824d3d0166722aedabe1f6fd9c50bb9c045f3b4bfbe6557ced4"
15+
end
16+
1117
depends_on "cmake" => [:build, :test]
1218
depends_on "pkgconf" => [:build, :test]
1319

Formula/gz-transport13.rb

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzTransport13 < Formula
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 sonoma: "68fc487e60785b1ca424cf2b9eb2fd9404b1a74909d0d90a4f587f5a258beec6"
14+
sha256 ventura: "ba6abe0f1d734a5d4a881b6d42e3d3138155f86a7f02769e89950b3e6fd9f335"
15+
end
16+
1117
depends_on "doxygen" => [:build, :optional]
1218
depends_on "pybind11" => :build
1319
depends_on "[email protected]" => [:build, :test]

0 commit comments

Comments
 (0)