Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Dec 20, 2024
1 parent ff5268b commit 43f347c
Show file tree
Hide file tree
Showing 5 changed files with 30 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, sonoma: "6dd5589810915b567d40f44b75a6c3c8e4e3aa37005766a1ab6c27e3b6142833"
sha256 cellar: :any, ventura: "520b8a36cc19e71ffb356f661a3c0ae1f351d28b2b168b41fa64242deb9d2ee0"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common3"
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 sonoma: "c3aacc081c0406d6721340135764a94e589d2eb88a439538c7d5107ef08dcdbe"
sha256 ventura: "b9d9f6bbb1d966e5e8488d51493b726a51b2ee11d40ba22edfe2ef1379e85089"
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-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, sonoma: "094d7a9cec44e88f510ec87a171c7622b7127f9b8c1c36e521624053d31da971"
sha256 cellar: :any, ventura: "b9ba8c0459059bfd7d1be8a62000794fcf385105f3f0cb93c1a154fbc4dc4e07"
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 sonoma: "c2e312c6ad6d9328637fcf05275a8093fa451593c27740bd9182628611931eaa"
sha256 ventura: "4fd88226d7a46373efe4a9abedbf80e37e5783e9e73e7814dd10bab4d1949ab6"
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 sonoma: "23976062cfb0c8e6a96d423eb0abec4753f40726b6691c04d67ce3fad8a24d0e"
sha256 ventura: "9ef23579206694a662596cc21de1147520523a4bd5c3142f7e9bf03843f7861a"
end

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

depends_on "cmake"
Expand Down

0 comments on commit 43f347c

Please sign in to comment.