Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild committed Jan 11, 2025
1 parent 45bf459 commit 0fd9a94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ class BoostAT1850 < Formula
sha256 "09f0628bded81d20b0145b30925d7d7492fd99583671586525d5d66d4c28266a"
license "BSL-1.0"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "fb79af23638d60be500f32f88cf179626a1284c30b1a6b1c802fe3c8c7faf7dd"
sha256 cellar: :any, ventura: "d30d0028956faa275279b6f83e36844d8f6cea128c75114bd204ea162ce4acae"
end

keg_only :versioned_formula

depends_on "icu4c@76"
Expand Down
6 changes: 6 additions & 0 deletions Formula/ogre1.9-with-boost1.85.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class Ogre19WithBoost185 < Formula

head "https://github.com/OGRECave/ogre.git", branch: "master"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "9a27d938d945cb9a8cf9ff1f47f4b6fa6cdfadee5200f36d4d12124a5e11fec7"
sha256 ventura: "d25af9f42bb8745756cbf14a05e860c2f0e86bd6b7ba7c81ebabeffaad1e71d7"
end

keg_only "it conflicts with ogre1.9"

option "with-cg"
Expand Down

0 comments on commit 0fd9a94

Please sign in to comment.