From 7bd1bda3db2fb63616f2c5962852b55b345494cf Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Tue, 3 Dec 2024 00:42:05 +0000 Subject: [PATCH] update bottle. --- Formula/gz-sim8.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/gz-sim8.rb b/Formula/gz-sim8.rb index bd7d82445..bb8811ff0 100644 --- a/Formula/gz-sim8.rb +++ b/Formula/gz-sim8.rb @@ -8,6 +8,12 @@ class GzSim8 < Formula head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim8" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "2d33be802bc6d7e89e253ce9b265c3acaccc24fa23c3b0baa88f0c632dfd8cc1" + sha256 ventura: "5ee8765c088e3519e9dba37137a8b2a3844a9b3e2a185793107540c6fe599cba" + end + depends_on "cmake" => :build depends_on "pybind11" => :build depends_on "python@3.13" => [:build, :test]