Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update bottle.
Browse files Browse the repository at this point in the history
osrfbuild committed Nov 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent caa8d20 commit fa4d7a0
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/ignition-fuel-tools4.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ class IgnitionFuelTools4 < Formula

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "ign-fuel-tools4"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "6ea5270bfb7afc29cb11474223a7d5a8fe7f84c57e3b2b53bed6590b093a5b22"
sha256 cellar: :any, monterey: "8423e124030ffcaa4d18898c8ff84a9faf562402a5c6a8b9bd69f750de8861b1"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common3"
6 changes: 6 additions & 0 deletions Formula/ignition-gazebo3.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ class IgnitionGazebo3 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "bbd5778637681e356a3a9ae975c7c7e6667e7c826fff4aff6654079edd3782df"
sha256 monterey: "b112c96ff2abed0490f7d910733d3199a7f674f8521136a9c0fdc0edeef0a2f4"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => :build
6 changes: 6 additions & 0 deletions Formula/ignition-gui3.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ class IgnitionGui3 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "7e7dd951d5fb676153305877b4cf51862862ddeebfb3a5c8bcffbe58baab9112"
sha256 monterey: "1b19bf7e8ad6d9dda1f2e308bb5eabf2c579b456f8bdf5f59a852c6986f19552"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
6 changes: 6 additions & 0 deletions Formula/ignition-launch2.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ class IgnitionLaunch2 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "b7ee3d54d5274482938767bd04dd439d5c124505b06623826389bab73bdbbbcb"
sha256 monterey: "19b5ad0413f2d9b8deccd1637fe7c148e8c1d7fc8823b4b1b4347e5a9a97201a"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => :build
6 changes: 6 additions & 0 deletions Formula/ignition-msgs5.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ class IgnitionMsgs5 < Formula

head "https://github.com/gazebosim/gz-msgs.git", branch: "ign-msgs5"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "c248a5fa0d5ca6bb17ba17023fb92efe3e3028390bfa8ddc857764c708f12789"
sha256 cellar: :any, monterey: "9cfc641cc2469b8ab82f421c7c4e8361962da207cb79ac10ba20cb2ccc2f0013"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
6 changes: 6 additions & 0 deletions Formula/ignition-sensors3.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ class IgnitionSensors3 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "a05c5a2aaba63cc3ed209d2b26726c49f4715164a24bafbc850e660bdcf5c654"
sha256 monterey: "415d5a6d1b460525375f5e1922deee992d3f1bf043fc0e568834a9adad8f7600"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => [:build, :test]
6 changes: 6 additions & 0 deletions Formula/ignition-transport8.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ class IgnitionTransport8 < Formula

head "https://github.com/gazebosim/gz-transport.git", branch: "ign-transport8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "6950f47f2ccb4ecb24c6fb8caa637d6d56e7882b4f94409a36bb6324e5493270"
sha256 monterey: "4ab51c9e74631ddcf0088a89c288a5a924591958af57cd8699eb0c40b41162f1"
end

depends_on "doxygen" => [:build, :optional]

depends_on "cmake"

0 comments on commit fa4d7a0

Please sign in to comment.