Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Oct 9, 2023
1 parent be9cea3 commit 13d166f
Show file tree
Hide file tree
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
Expand Up @@ -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: "c4120c027e7ee294eb543398ad75391d4f3101ec30d3b18adb89051cb9d287f3"
sha256 cellar: :any, monterey: "4b66743715df4212e2925e254abd319de9b77ef6002ffaa187289a391b5ad546"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common3"
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-gazebo3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: "0b0c4536ae7bebf2ac2e79a6c16fe30828b83a4850c934fb7fd5f33356192cca"
sha256 monterey: "619cddfcf11972487d3f750eaa425bc05c77cb02781511cc836571fc8293976a"
end

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

depends_on "cmake" => :build
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-gui3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: "b99247a174635d03d17092ad8fbfad9443f42c76fe2a583fd600a5d040395cff"
sha256 monterey: "62a050fbfed06a00bde0c71fb2007b63995db93cf447dd57638a38508c99a35a"
end

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

depends_on "cmake" => [:build, :test]
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-launch2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: "f2fdadb4ab410c562448fc6956c46d298fb98df8a380516368d6fa1f6a54ba37"
sha256 monterey: "7c59c55440fe64dc278c238dcf7aecb62b4ce29280476c564d9a75080ae368b2"
end

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

depends_on "cmake" => :build
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-msgs5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: "16ef915e7b2a78b5637a11454d838b53db10f938f3cc62d411fb87fdcbea5608"
sha256 cellar: :any, monterey: "36a0616e6b221135b4bd2fa41d461d28371e3331c04ed5831d9334e51ac25427"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-sensors3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: "bf12bd940eceb90023e4e3ec80c2334f06c129c461f88995dc99ffce5bf48178"
sha256 monterey: "16385b14fe97b9e247abb5e4cbea71679f694292829f31475a7db8de3b69ed19"
end

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

depends_on "cmake" => [:build, :test]
Expand Down
6 changes: 6 additions & 0 deletions Formula/ignition-transport8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: "72b703ad1e78e0c189b4879df53b9aa23431fd1e5a23a46c2acf6efd57770e05"
sha256 monterey: "211670bdfd8488de10375efdf9a96c22a0966768a4574ad0adb41dac7a8fd2cc"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 13d166f

Please sign in to comment.