From 0fd9a94a9e4e665d15925eca2a794ad8e71dcd65 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Sat, 11 Jan 2025 02:38:50 +0000 Subject: [PATCH] update bottle. --- Formula/boost@1.85.0.rb | 6 ++++++ Formula/ogre1.9-with-boost1.85.rb | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Formula/boost@1.85.0.rb b/Formula/boost@1.85.0.rb index af05defbb..d97ea000a 100644 --- a/Formula/boost@1.85.0.rb +++ b/Formula/boost@1.85.0.rb @@ -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" diff --git a/Formula/ogre1.9-with-boost1.85.rb b/Formula/ogre1.9-with-boost1.85.rb index ae48dfdc0..2c0694a7b 100644 --- a/Formula/ogre1.9-with-boost1.85.rb +++ b/Formula/ogre1.9-with-boost1.85.rb @@ -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"