Skip to content

Commit fe97a8f

Browse files
committed
update bottle.
1 parent 8779b03 commit fe97a8f

File tree

7 files changed

+42
-0
lines changed

7 files changed

+42
-0
lines changed

Formula/gz-fuel-tools8.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzFuelTools8 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 cellar: :any, ventura: "be163b66fa7e32fdc2ff455a7301de90b8a23fa8fe9867496392f6d694929b30"
14+
sha256 cellar: :any, monterey: "4fd0089ce026e138fddc0d0dfe0044cc5a5683e58bed83b53fe84af77a140fd2"
15+
end
16+
1117
depends_on "abseil"
1218
depends_on "cmake"
1319
depends_on "gz-cmake3"

Formula/gz-gui7.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzGui7 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 ventura: "318cb5deca5836448cf074301ced5406774db000eeaa91d97077b9cc0c177bb9"
14+
sha256 monterey: "c9fd0edb4c6110628429b4341d5a5b979b5aafcf26dc38e6546f0c098228d89b"
15+
end
16+
1117
depends_on "cmake" => [:build, :test]
1218
depends_on "pkg-config" => [:build, :test]
1319
depends_on "abseil"

Formula/gz-launch6.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzLaunch6 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 ventura: "bd12b9a48c65ff56bf95613a2576287512e59f04e1d7fd92ccea9859c3fb6481"
14+
sha256 monterey: "b6b84dfc1a19f4017bda067073145db3dbdba022b2afe419c2048c518917d195"
15+
end
16+
1117
depends_on "cmake" => :build
1218
depends_on "pkg-config" => :build
1319

Formula/gz-msgs9.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzMsgs9 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 cellar: :any, ventura: "1f50de0ebdd17757b651774d28373c5114486b1abbc081547506a5777c511e10"
14+
sha256 cellar: :any, monterey: "9f9a84ead5c185f53030071084047f1ec030a81dc4440ae4bf92fedcfa40b762"
15+
end
16+
1117
depends_on "abseil"
1218
depends_on "cmake"
1319
depends_on "gz-cmake3"

Formula/gz-sensors7.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzSensors7 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 cellar: :any, ventura: "7406c5a435b2f091df5ad58b00e910f1a8aa567500288d0fff98a7582a013dbc"
14+
sha256 cellar: :any, monterey: "fd3da7fee19187bdf3b414c9ab6fd164cc8042dbeab8213f674b3627664297d9"
15+
end
16+
1117
depends_on "cmake" => [:build, :test]
1218
depends_on "pkg-config" => [:build, :test]
1319

Formula/gz-sim7.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzSim7 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 ventura: "c7b3d13b1594d8cc9fec317284a22777585b8f918470ae65dd338518e06c6226"
14+
sha256 monterey: "a08e110810f2227aaf1dde896a08c43b073312c06c652c5ece630e0ce697e251"
15+
end
16+
1117
depends_on "cmake" => :build
1218
depends_on "pybind11" => :build
1319
depends_on "abseil"

Formula/gz-transport12.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ class GzTransport12 < Formula
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 ventura: "1b3cff03a62ea8b7fc25281f0f59b57e77d3dd37c7caed191cbf745a2b67ecbd"
14+
sha256 monterey: "10b2dd29b4b54545f1e429136d1658200d821e6f3a07848b4e1eca2a0ec7ed16"
15+
end
16+
1117
depends_on "doxygen" => [:build, :optional]
1218

1319
depends_on "abseil"

0 commit comments

Comments
 (0)