File tree Expand file tree Collapse file tree 7 files changed +49
-7
lines changed Expand file tree Collapse file tree 7 files changed +49
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionFuelTools4 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-fuel-tools/releases/ignition-fuel-tools4-4.9.1.tar.bz2"
5
5
sha256 "35b8cdceae46f50360081eb1b310366ae085a8c64d88fee7175f2b0582e454a2"
6
6
license "Apache-2.0"
7
- revision 17
7
+ revision 18
8
8
9
9
head "https://github.com/gazebosim/gz-fuel-tools.git" , branch : "ign-fuel-tools4"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , ventura : "5b0d5d494d66d23ae8fd0ca8f72419f396267ce9b88be1685e3a47da1da3dd2e"
14
+ sha256 cellar : :any , monterey : "b55989f7713391df0c19e6e8d508d6c425673ce2610f73b17ac31faec3031361"
15
+ end
16
+
11
17
depends_on "cmake"
12
18
depends_on "ignition-cmake2"
13
19
depends_on "ignition-common3"
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionGazebo3 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-gazebo/releases/ignition-gazebo3-3.15.1.tar.bz2"
5
5
sha256 "c801d4205f8f88fca813cbf699cf6a077536d430e6c312a85520d6f50a7052bd"
6
6
license "Apache-2.0"
7
- revision 17
7
+ revision 18
8
8
9
9
head "https://github.com/gazebosim/gz-sim.git" , branch : "ign-gazebo3"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 ventura : "521eed4ee52400b85aa264bc5971d73a7375ddd067711623fd302b8fdf485815"
14
+ sha256 monterey : "bc60c1a5a2cfb2081202ea9f823fb3b966708812df4704f715e4606ec995a96d"
15
+ end
16
+
11
17
deprecate! date : "2024-12-31" , because : "is past end-of-life date"
12
18
13
19
depends_on "cmake" => :build
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionGui3 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-gui/releases/ignition-gui3-3.12.0.tar.bz2"
5
5
sha256 "f53ee05d844449b900ecb30d5e1f812fd3f7e9e28630d309b7d8d11add3c3b1c"
6
6
license "Apache-2.0"
7
- revision 35
7
+ revision 36
8
8
9
9
head "https://github.com/gazebosim/gz-gui.git" , branch : "ign-gui3"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 ventura : "d0f109fd08a7ce29e88e9c175c4c5d7f6a4c34e97440dd79b705fcbcb53bbd2f"
14
+ sha256 monterey : "3500b12f4ba095327b46d745c412ebe635a874bd08c4dc362bcbb567132ff4f2"
15
+ end
16
+
11
17
deprecate! date : "2024-12-31" , because : "is past end-of-life date"
12
18
13
19
depends_on "cmake" => [ :build , :test ]
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionLaunch2 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-launch/releases/ignition-launch2-2.3.1.tar.bz2"
5
5
sha256 "984e2a5df03ca220960470b6b59728edf3cd570314fbad6435b67cb26c9b7e4e"
6
6
license "Apache-2.0"
7
- revision 17
7
+ revision 18
8
8
9
9
head "https://github.com/gazebosim/gz-launch.git" , branch : "ign-launch2"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 ventura : "4d85783f2d78e405389c53be043da0e6879e500e05e27017e8d2e26b2a13dfc5"
14
+ sha256 monterey : "e22eba3dba903d9442e49371399144ab07f8e77aca002401fd58468d268b1102"
15
+ end
16
+
11
17
deprecate! date : "2024-12-31" , because : "is past end-of-life date"
12
18
13
19
depends_on "cmake" => :build
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionMsgs5 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/ignition-msgs5-5.11.0.tar.bz2"
5
5
sha256 "59a03770c27b4cdb6d0b0f3de9f10f1c748a47b45376a297e1f30900edb893fd"
6
6
license "Apache-2.0"
7
- revision 31
7
+ revision 32
8
8
9
9
head "https://github.com/gazebosim/gz-msgs.git" , branch : "ign-msgs5"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , ventura : "317b4cdaa19d1da0e8e025ed318e73a137cd11ae3c8b3243d3c1bd061ac764f8"
14
+ sha256 cellar : :any , monterey : "0fa19c81d651d3f668a0d40421869d436a97abd3e31de6fe098a592b3fd8bb9e"
15
+ end
16
+
11
17
depends_on "cmake"
12
18
depends_on "ignition-cmake2"
13
19
depends_on "ignition-math6"
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionSensors3 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-sensors/releases/ignition-sensors3-3.6.0.tar.bz2"
5
5
sha256 "b64b187333907a9e866307ccc76649672e0df9b6bdfb4a390929ebbcaa83ce64"
6
6
license "Apache-2.0"
7
- revision 17
7
+ revision 18
8
8
9
9
head "https://github.com/gazebosim/gz-sensors.git" , branch : "ign-sensors3"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 ventura : "07c20784040f0875d4e72bed4f0e211aa3b2e455767b9e89489774db7b01d034"
14
+ sha256 monterey : "80e8a512c8586278aa819e667d4a5433becd6e55424403ba3dc359df494a6a57"
15
+ end
16
+
11
17
deprecate! date : "2024-12-31" , because : "is past end-of-life date"
12
18
13
19
depends_on "cmake" => [ :build , :test ]
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionTransport8 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport8-8.5.0.tar.bz2"
5
5
sha256 "5edd15699e35ade5ad2f814af1f5e96a866f7908e16b55333abb23978f44d4c6"
6
6
license "Apache-2.0"
7
- revision 15
7
+ revision 16
8
8
9
9
head "https://github.com/gazebosim/gz-transport.git" , branch : "ign-transport8"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 ventura : "50351c099737f66ab9b4d2c667add21ac5ce21d2f77a309041bac87cbe60f969"
14
+ sha256 monterey : "c5fa527e1857a1abea44eaae936aab0ae52e5f9bf215ca79744bfd9be11cb439"
15
+ end
16
+
11
17
depends_on "doxygen" => [ :build , :optional ]
12
18
13
19
depends_on "cmake"
You can’t perform that action at this time.
0 commit comments