Skip to content

Commit a68af25

Browse files
scpetersosrfbuild
andauthored
Rebuild ionic bottles for abseil (part 1) (#3096)
* gz-fuel-tools10: revision bump rebuild for abseil * gz-msgs11: revision bump rebuild for abseil * gz-sensors9: revision bump rebuild for abseil * gz-transport14: revision bump rebuild for abseil * update bottle. Co-authored-by: OSRF Build Bot <osrfbuild@osrfoundation.org>
1 parent 38546ab commit a68af25

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

Formula/gz-fuel-tools10.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ class GzFuelTools10 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-10.1.0.tar.bz2"
55
sha256 "37ae351be9a9b281d078e36068422dd096f59f46c72c4ef490800dfeb7653e1d"
66
license "Apache-2.0"
7-
revision 5
7+
revision 6
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ class GzMsgs11 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-11.1.0.tar.bz2"
55
sha256 "2343f0975d00fb21dd87de15603161981c920e0e4b33e735863a259f488f36d0"
66
license "Apache-2.0"
7-
revision 4
7+
revision 5
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ class GzSensors9 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-9.2.0.tar.bz2"
55
sha256 "af2ec9a453a830338e80e94954160030e81b3ff8f60853e7c5730cdd2950be85"
66
license "Apache-2.0"
7-
revision 3
7+
revision 4
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ class GzTransport14 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-14.1.0.tar.bz2"
55
sha256 "9731f850ea060edecd399c3d8566a4bf998d85ee64fae236db09a542738ed18d"
66
license "Apache-2.0"
7-
revision 3
7+
revision 4
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)