File tree Expand file tree Collapse file tree 9 files changed +63
-9
lines changed Expand file tree Collapse file tree 9 files changed +63
-9
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionFuelTools7 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/ignition-fuel_tools-7.3.1.tar.bz2"
5
5
sha256 "b8224c574406147ae008ed9a0ac459f1e2582f6aaef7ba44e1fd1c5ac97b6de8"
6
6
license "Apache-2.0"
7
- revision 21
7
+ revision 22
8
8
9
9
head "https://github.com/gazebosim/gz-fuel-tools.git" , branch : "ign-fuel-tools7"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , sonoma : "0f1012e2615e9e118c775b863f55f11d2ea116aa61f3ddb42203962316e0dee3"
14
+ sha256 cellar : :any , ventura : "e44158a0fe3d2621cc3a9f5ea451e170cd26c5be1dcff474e8d48f79760212c0"
15
+ end
16
+
11
17
depends_on "cmake"
12
18
depends_on "ignition-cmake2"
13
19
depends_on "ignition-common4"
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionGazebo6 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/ignition-gazebo-6.17.0.tar.bz2"
5
5
sha256 "3a51ba77e5cbbc3d0b6b3dd44d66bfd3076bed228c8c9face9678f1bd7a51ced"
6
6
license "Apache-2.0"
7
- revision 7
7
+ revision 8
8
8
9
9
head "https://github.com/gazebosim/gz-sim.git" , branch : "ign-gazebo6"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 sonoma : "155021b2762e2b0eced870d3fc8b34fc3d4c4f2f677da92a7f99019afd82639a"
14
+ sha256 ventura : "3d126131156ade6f1cbb162935c0972da0af534548bb1dd1f14c3b6d46024832"
15
+ end
16
+
11
17
depends_on "cmake" => :build
12
18
depends_on "pybind11" => :build
13
19
depends_on "gz-plugin2" => :test
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionGui6 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-gui/releases/ignition-gui6-6.8.0.tar.bz2"
5
5
sha256 "dd4f26100f4d1343f068ba36f2b8394a0cddb337efde7b4a21c1b0f66ce496c9"
6
6
license "Apache-2.0"
7
- revision 57
7
+ revision 58
8
8
9
9
head "https://github.com/gazebosim/gz-gui.git" , branch : "ign-gui6"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 sonoma : "5a51bed184baece89ae68540a5163243d14a1545c0d7d08bd58a045ec4b0f95e"
14
+ sha256 ventura : "4c2441db7158b47585c594495f3c2b7d06acc5d3e9fce9641990863e0dae6268"
15
+ end
16
+
11
17
depends_on "cmake" => [ :build , :test ]
12
18
depends_on "pkgconf" => [ :build , :test ]
13
19
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionLaunch5 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-launch/releases/ignition-launch5-5.3.0.tar.bz2"
5
5
sha256 "84d356b9c85609da1bb7feda2f90ae6d1a1fd2d6713b284799d5605de42e2613"
6
6
license "Apache-2.0"
7
- revision 55
7
+ revision 56
8
8
9
9
head "https://github.com/gazebosim/gz-launch.git" , branch : "ign-launch5"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 sonoma : "e9019e6ce141e24ac7a4e4e1334763827e20e7735e444bb2428d7bd9ecc011b5"
14
+ sha256 ventura : "7326b4e26193e2e5d7ec368e366a7bc09a748a624eeffc6edfba5e836c5f49e0"
15
+ end
16
+
11
17
depends_on "cmake" => :build
12
18
depends_on "pkgconf" => :build
13
19
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionMsgs8 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/ignition-msgs8-8.7.0.tar.bz2"
5
5
sha256 "b17a8e16fe56a84891bd0654a2ac09427e9a567b9cd2255bb2cfa830f8e1af45"
6
6
license "Apache-2.0"
7
- revision 52
7
+ revision 53
8
8
9
9
head "https://github.com/gazebosim/gz-msgs.git" , branch : "ign-msgs8"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , sonoma : "3a556795ea907fe5d52d82249a78d36c493dccb0c68a9cf175eee8c5cb591c8e"
14
+ sha256 cellar : :any , ventura : "2ccdab8c31cd6fd27a0c5b00d5c23464ae7f4baf81c9687895c24a69bade6f84"
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 IgnitionPhysics5 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-physics/releases/ignition-physics5-5.3.2.tar.bz2"
5
5
sha256 "4262512fbb6952712234c5cbeed69cdabca338931bb6c587a1ef7d487a5f262b"
6
6
license "Apache-2.0"
7
- revision 23
7
+ revision 24
8
8
9
9
head "https://github.com/gazebosim/gz-physics.git" , branch : "ign-physics5"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , sonoma : "cf06798a790b27fad1461c5836f57f21ae4ff34e13b56706242b3cb3a37fb2d2"
14
+ sha256 cellar : :any , ventura : "92c108427a588c01ec949e90fd90923c9a0377f4f14fab3860fd49d6d16ed48f"
15
+ end
16
+
11
17
depends_on "cmake" => :build
12
18
13
19
depends_on "gz-plugin2" => :test
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class IgnitionSensors6 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/ignition-sensors-6.8.1.tar.bz2"
5
5
sha256 "abc96be3bd018cae94c83981d173af0f67ce2980ef7a1374b34bd5b63f9a7235"
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-sensors6"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 cellar : :any , sonoma : "1c720269221bcb4be14c4eda9ffaff6d0f953a4c05e1bf867e205eafb4542f45"
14
+ sha256 cellar : :any , ventura : "6dca75f059a81790cf62bd371c55e4cae78f315bb223b308fcc4791227f97778"
15
+ end
16
+
11
17
depends_on "cmake" => [ :build , :test ]
12
18
depends_on "pkgconf" => [ :build , :test ]
13
19
Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ class IgnitionTransport11 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/ign-transport/releases/ignition-transport11-11.4.1.tar.bz2"
5
5
sha256 "f18501cbd5c78b584b3db1960a3049d6ae416bab7f0289af64eadda13d1c5da5"
6
6
license "Apache-2.0"
7
- revision 45
7
+ revision 46
8
8
version_scheme 1
9
9
10
10
head "https://github.com/gazebosim/gz-transport.git" , branch : "ign-transport11"
11
11
12
+ bottle do
13
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
14
+ sha256 sonoma : "f18975102b5f70e5652f021dcc78e1f65bc23873701740a83f5045b6b66087ab"
15
+ sha256 ventura : "a97c46cfe4cfcfb8df493bf21b196ac07cca6d2577bce2631f22150f002be6db"
16
+ end
17
+
12
18
depends_on "doxygen" => [ :build , :optional ]
13
19
14
20
depends_on "cmake"
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ class Sdformat12 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-12.8.0.tar.bz2"
5
5
sha256 "5c0d6579738ff14f849f8d6e101468a8f0abc43000b2b8040170fe082a630489"
6
6
license "Apache-2.0"
7
- revision 6
7
+ revision 7
8
8
9
9
head "https://github.com/gazebosim/sdformat.git" , branch : "sdf12"
10
10
11
+ bottle do
12
+ root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13
+ sha256 sonoma : "952fbc584ae1a6ffc0e5e893c2a3e8f8acae3a157a75e42f385ddc6bec0ad2d7"
14
+ sha256 ventura : "1dbcad11ff29e13b1246367cfeacafc6cce40741396f97bf3286106198f70a6a"
15
+ end
16
+
11
17
depends_on "cmake" => [ :build , :test ]
12
18
depends_on "pkgconf" => [ :build , :test ]
13
19
You can’t perform that action at this time.
0 commit comments