Skip to content

Commit 7efb990

Browse files
committed
update bottle.
1 parent 74c9f2d commit 7efb990

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

Formula/gz-fuel-tools10.rb

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

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

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+
1117
depends_on "abseil"
1218
depends_on "cmake"
1319
depends_on "gz-cmake4"

Formula/gz-msgs11.rb

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

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

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+
1117
depends_on "python@3.12" => [:build, :test]
1218
depends_on "python@3.13" => [:build, :test]
1319
depends_on "abseil"

Formula/gz-sensors9.rb

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

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

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+
1117
depends_on "cmake" => [:build, :test]
1218
depends_on "pkgconf" => [:build, :test]
1319

Formula/gz-transport14.rb

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

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

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+
1117
depends_on "doxygen" => [:build, :optional]
1218
depends_on "pybind11" => :build
1319
depends_on "python@3.12" => [:build, :test]

0 commit comments

Comments
 (0)