Skip to content

Commit 7818784

Browse files
authored
gz-gui10: rebuild dependencies (#3535)
* gz-msgs12: revision bump rebuild * gz-transport15: revision bump rebuild * update bottle
1 parent e024b22 commit 7818784

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Formula/gz-msgs12.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzMsgs12 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-12.0.2.tar.bz2"
55
sha256 "cca452d55937998330801fbef97e3cfdb6298e6807bb53b64fbd826266950bb6"
66
license "Apache-2.0"
7-
revision 3
7+
revision 4
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "75871f8c2deb022f3f9ae71ec6592d5d1193878f3cf4139145b8a3f9608059aa"
14+
sha256 arm64_sonoma: "56aaf578470be7518ceb2ff6ae38f6346843814c1497997c615505c284a2de01"
15+
sha256 sonoma: "ac569a369bbc69c28c060125a9c202084258ebfb156541b0f83d6e758426ddb7"
16+
end
17+
1118
depends_on "python@3.12" => [:build, :test]
1219
depends_on "python@3.13" => [:build, :test]
1320
depends_on "python@3.14" => [:build, :test]

Formula/gz-transport15.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class GzTransport15 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-15.1.0.tar.bz2"
55
sha256 "4518c85f5cf564137d8a8e9001b0b8099b435f6406e99ce28fc3a2f10020954e"
66
license "Apache-2.0"
7-
revision 5
7+
revision 6
88

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

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "e06014ca5e8690e2d849e1d8897f74e9c64127998c010f984b5305d37d975297"
14+
sha256 arm64_sonoma: "bb541b9009b15514f5d4a989cc0e2b99c24af533ce00e6e26cf02548aec7f899"
15+
sha256 sonoma: "86aca07deba652c02ede1af3813681a084c4caa95f73e61f763bebd598f4a0fd"
16+
end
17+
1118
depends_on "doxygen" => [:build, :optional]
1219
depends_on "pybind11" => :build
1320
depends_on "python@3.12" => [:build, :test]

0 commit comments

Comments
 (0)