Skip to content

Commit 634d826

Browse files
authored
Fortress: rebuild bottles part 2 (#3237)
* ignition-gazebo6: revision bump rebuild * ignition-gui6: revision bump rebuild * ignition-launch5: revision bump rebuild * ignition-sensors6: revision bump rebuild * update bottle.
1 parent 16b0597 commit 634d826

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

Formula/ignition-gazebo6.rb

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

99
head "https://github.com/gazebosim/gz-sim.git", branch: "ign-gazebo6"
1010

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "6a34f04a6e55072accf7ac82085b709e1326252a4dfda4543bcbc1d74d1eb773"
14+
sha256 arm64_sonoma: "0d073257a2dabb65c3f64b7acff3357ee8101adb0b3bbcb53d09ef161a096753"
15+
sha256 sonoma: "98e5b544beb0bcd6aad897da1557f34d3172da2335574616329a445acf0d2baf"
16+
end
17+
1118
depends_on "cmake" => :build
1219
depends_on "pybind11" => :build
1320
depends_on "gz-plugin2" => :test

Formula/ignition-gui6.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class IgnitionGui6 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/ign-gui/releases/ignition-gui6-6.8.0.tar.bz2"
55
sha256 "dd4f26100f4d1343f068ba36f2b8394a0cddb337efde7b4a21c1b0f66ce496c9"
66
license "Apache-2.0"
7-
revision 64
7+
revision 65
88

99
head "https://github.com/gazebosim/gz-gui.git", branch: "ign-gui6"
1010

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "c31a0936d9095d9fc8f52cd988790f33f3245f8ca4d9303e138529e9dfa93604"
14+
sha256 arm64_sonoma: "3e2b186de33c67e59988baf85a47be93f31aad030faf118ddd963933c7322286"
15+
sha256 sonoma: "7b453ff3e093fc37606cdd39f18bf6910b603a68c1509fdc64185241d4d83fca"
16+
end
17+
1118
depends_on "cmake" => [:build, :test]
1219
depends_on "pkgconf" => [:build, :test]
1320

Formula/ignition-launch5.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class IgnitionLaunch5 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/ign-launch/releases/ignition-launch5-5.3.0.tar.bz2"
55
sha256 "84d356b9c85609da1bb7feda2f90ae6d1a1fd2d6713b284799d5605de42e2613"
66
license "Apache-2.0"
7-
revision 63
7+
revision 64
88

99
head "https://github.com/gazebosim/gz-launch.git", branch: "ign-launch5"
1010

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "fc26cd1d62d04c2e450637c137d7c36e5c5a883eb885a19a16d180133473a683"
14+
sha256 arm64_sonoma: "9b0c53d0f26868a0ac5931e149fd4a161da3206327d442c0c7c4b2921f6250c3"
15+
sha256 sonoma: "130b116ab1a712d931442ce8aa38feabbe6f4683345e8d432ea583b510cb6083"
16+
end
17+
1118
depends_on "cmake" => :build
1219
depends_on "pkgconf" => :build
1320

Formula/ignition-sensors6.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ class IgnitionSensors6 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/ignition-sensors-6.8.1.tar.bz2"
55
sha256 "abc96be3bd018cae94c83981d173af0f67ce2980ef7a1374b34bd5b63f9a7235"
66
license "Apache-2.0"
7-
revision 23
7+
revision 24
88

99
head "https://github.com/gazebosim/gz-sensors.git", branch: "ign-sensors6"
1010

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 arm64_sequoia: "9233ebd69eec03c387b79b4c1175a236910f34ed9c63f8aace8cc3d96c009ae6"
14+
sha256 arm64_sonoma: "b32c69a5d18a8f6ab35136c5707e12ddb0f40b756d1dc33d02ba8e3ece7c3e16"
15+
sha256 cellar: :any, sonoma: "1f0c28c66fdb0ac5954a6549511f5eddf117df96950fd7c5634de98f9628121f"
16+
end
17+
1118
depends_on "cmake" => [:build, :test]
1219
depends_on "pkgconf" => [:build, :test]
1320

0 commit comments

Comments
 (0)