Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Sep 12, 2023
1 parent 9127560 commit 2e928bd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Formula/ignition-fuel-tools7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ class IgnitionFuelTools7 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "281e3a55d2cffeb0a18c31524015b0f3e8df9911251c0929b52b049e8088681d"
sha256 cellar: :any, monterey: "293ac3131b96bd7fefc863cf6c86e8661c22b22941a08a1846724489becfe03a"
sha256 cellar: :any, big_sur: "25501bb092074d9341602467f7bd5252c8959f33708d96a3125265f40e3d4ad4"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common4"
Expand Down
7 changes: 7 additions & 0 deletions Formula/ignition-msgs8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ class IgnitionMsgs8 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "7d62b053435585ee16cb1dcddb5496ee05e95d48650800d0055416f5ea042554"
sha256 cellar: :any, monterey: "7df06d9b9c0defbd52439970dccac7c776a901a1c9a33ee31c67c79efad052d7"
sha256 cellar: :any, big_sur: "ce51b8c339be6683adb22a4029777ee937d03f775861a2c02827e8620d710178"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-math6"
Expand Down
6 changes: 3 additions & 3 deletions Formula/ignition-physics5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class IgnitionPhysics5 < Formula

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "3a7d33dfa15c5efeababcb7624020b2b81d41ddac2605e18bede38259cbf0720"
sha256 cellar: :any, monterey: "c851366911cecb5e466c8c4db15a0b9b927b84aff5824b8a8094222573bf861c"
sha256 cellar: :any, big_sur: "21c3de8c60cb2ca1bdefbfb7306f26cffa1acf91583d0053fcf42c6ed7e30e19"
sha256 cellar: :any, ventura: "1d89e0a199661a3a1df9ac18f02d9bca6fc8bc15e3555ee3535f06d849735f1a"
sha256 cellar: :any, monterey: "f7758990a64cf3768ad600253db22a4cc3200de5827deccb6f9fd0e9d15b8200"
sha256 cellar: :any, big_sur: "b18d1c782ffbeba74c764d13a5a3c97112459da5cf015e915829d3532f571cce"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 2e928bd

Please sign in to comment.