File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class GzFuelTools10 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-10.1.0.tar.bz2"
5
5
sha256 "37ae351be9a9b281d078e36068422dd096f59f46c72c4ef490800dfeb7653e1d"
6
6
license "Apache-2.0"
7
- revision 5
7
+ revision 6
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 @@ -4,10 +4,16 @@ class GzMsgs11 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-11.1.0.tar.bz2"
5
5
sha256 "2343f0975d00fb21dd87de15603161981c920e0e4b33e735863a259f488f36d0"
6
6
license "Apache-2.0"
7
- revision 4
7
+ revision 5
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 @@ -4,10 +4,16 @@ class GzSensors9 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-9.2.0.tar.bz2"
5
5
sha256 "af2ec9a453a830338e80e94954160030e81b3ff8f60853e7c5730cdd2950be85"
6
6
license "Apache-2.0"
7
- revision 3
7
+ revision 4
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 @@ -4,10 +4,16 @@ class GzTransport14 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-14.1.0.tar.bz2"
5
5
sha256 "9731f850ea060edecd399c3d8566a4bf998d85ee64fae236db09a542738ed18d"
6
6
license "Apache-2.0"
7
- revision 3
7
+ revision 4
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