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,11 +4,17 @@ class IgnitionTransport10 < Formula
44 url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport10-10.1.0.tar.bz2"
55 sha256 "ee8a9a8e6557c86737f3d9f080a252b6e2571819cb9d174aec08377807ebee54"
66 license "Apache-2.0"
7- revision 1
7+ revision 2
88 version_scheme 2
99
1010 head "https://github.com/ignitionrobotics/ign-transport.git" , branch : "main"
1111
12+ bottle do
13+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
14+ sha256 big_sur : "9da2be9047e00802569335f5c701fb767da1d34f4e7055fe57dc5555750effb3"
15+ sha256 catalina : "a058d592f6b6d473b3506ae26b749638dd12cc03cae8b19cb99327f9ca35868c"
16+ end
17+
1218 depends_on "doxygen" => [ :build , :optional ]
1319 depends_on "protobuf-c" => :build
1420
Original file line number Diff line number Diff line change @@ -4,9 +4,15 @@ class IgnitionTransport11 < Formula
44 url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport11-11.0.0.tar.bz2"
55 sha256 "1a40c7ba00c4d8ff0a9d6bc5f1c6e678e32985dccd032b4e6d9f8b60cff9dbd5"
66 license "Apache-2.0"
7- revision 1
7+ revision 2
88 version_scheme 1
99
10+ bottle do
11+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
12+ sha256 big_sur : "4dcf0828a8b489b9a7d507918d0dd89b54faa61df6142040a736fef20d169ac4"
13+ sha256 catalina : "828827c044797ded30d5f679e6531b6801bc2e99e732bf1d9e6ec2271dad9260"
14+ end
15+
1016 depends_on "doxygen" => [ :build , :optional ]
1117 depends_on "protobuf-c" => :build
1218
Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ class IgnitionTransport8 < Formula
44 url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport8-8.2.1.tar.bz2"
55 sha256 "bf7e1a06034f180d4e8f97a72219f8bfb73693685cc61ee788821e47612dcab9"
66 license "Apache-2.0"
7- revision 1
7+ revision 2
8+
9+ bottle do
10+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+ sha256 big_sur : "ea523e54b02b1ddc663f39863a687c82cd7dfceb71db981f6d68b2fc47452276"
12+ sha256 catalina : "10fedeac1789e57d5c6aa802293f94ced02074468cea254afb53841efcb6d1fd"
13+ end
814
915 depends_on "doxygen" => [ :build , :optional ]
1016 depends_on "protobuf-c" => :build
Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ class IgnitionTransport9 < Formula
44 url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport9-9.1.2.tar.bz2"
55 sha256 "db2453cd7104de7ba86803d5f746d6b28598ba00698f264ffa4a3b5f891a52e3"
66 license "Apache-2.0"
7- revision 1
7+ revision 2
88 version_scheme 1
99
1010 head "https://github.com/ignitionrobotics/ign-transport.git" , branch : "ign-transport9"
1111
12+ bottle do
13+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
14+ sha256 big_sur : "1621567963d334ce7e2200193cf4a0f77aaede2d6261a04e30acc849636c7c91"
15+ sha256 catalina : "bf07264b532c74fb4824612761c25b1f40f080e73242d320902cf3a407758d90"
16+ end
17+
1218 deprecate! date : "2021-12-31" , because : "is past end-of-life date"
1319
1420 depends_on "doxygen" => [ :build , :optional ]
You can’t perform that action at this time.
0 commit comments