File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ class GzFuelTools10 < Formula
8
8
9
9
head "https://github.com/gazebosim/gz-fuel-tools.git" , branch : "gz-fuel-tools10"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , sonoma : "9ee01aae6ab8e63ad82a6f241a579784c13ddd57dce2fa098aa308cbd26a8966"
14
+ sha256 cellar : :any , ventura : "17f6dbec1742dc204794ec14ee0c340ec687fd5547ec473774c31e42b82988a9"
15
+ end
16
+
11
17
depends_on "abseil"
12
18
depends_on "cmake"
13
19
depends_on "gz-cmake4"
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ class GzMsgs11 < Formula
8
8
9
9
head "https://github.com/gazebosim/gz-msgs.git" , branch : "gz-msgs11"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 sonoma : "c5094354423695145827c20300a1c0f0934e912235971d62a23e03e715a1ad12"
14
+ sha256 ventura : "3e66996dee9cff34235352397d666a954e5a0928045de751a17525255521043f"
15
+ end
16
+
11
17
depends_on "python@3.12" => [ :build , :test ]
12
18
depends_on "python@3.13" => [ :build , :test ]
13
19
depends_on "abseil"
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ class GzSensors9 < Formula
8
8
9
9
head "https://github.com/gazebosim/gz-sensors.git" , branch : "gz-sensors9"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , sonoma : "6a135e71a2b2d3dd96df0f8f17c6a520709bee448ceac81e2a2ce5b893ef0c16"
14
+ sha256 cellar : :any , ventura : "ae4e512e63cfbe4f234690772526c6f5a8ec1411144d73b5e64a256c913edb03"
15
+ end
16
+
11
17
depends_on "cmake" => [ :build , :test ]
12
18
depends_on "pkgconf" => [ :build , :test ]
13
19
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ class GzTransport14 < Formula
8
8
9
9
head "https://github.com/gazebosim/gz-transport.git" , branch : "gz-transport14"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 sonoma : "c18547a1dd8373eb7e8872137a7cc8ce4d58ef142fad72068df109cad84d2a46"
14
+ sha256 ventura : "b3f3317f251769d8a557a0bd4ea2dd240aff719c5815b5062ee630d83d01745c"
15
+ end
16
+
11
17
depends_on "doxygen" => [ :build , :optional ]
12
18
depends_on "pybind11" => :build
13
19
depends_on "python@3.12" => [ :build , :test ]
You can’t perform that action at this time.
0 commit comments