From 5d04119cf799d03595f3d7c16965541f838ad74f Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Sat, 6 Jan 2024 06:10:00 +0000 Subject: [PATCH] update bottle. --- Formula/dartsim@6.10.0.rb | 6 ++++++ Formula/ignition-physics2.rb | 6 ++++++ Formula/sdformat9.rb | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/Formula/dartsim@6.10.0.rb b/Formula/dartsim@6.10.0.rb index 0d34eb881..3ab3b56eb 100644 --- a/Formula/dartsim@6.10.0.rb +++ b/Formula/dartsim@6.10.0.rb @@ -8,6 +8,12 @@ class DartsimAT6100 < Formula license "BSD-2-Clause" revision 10 + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 ventura: "4ea3d00ac47c820f3f1c70bd7d1b0a012da5c3cc274461ed908d168c2729889f" + sha256 monterey: "ba9733a6eb299e9e9c940dbe73e97e97081debdf0e0fead45f1362aa353ee109" + end + keg_only "open robotics fork of dart HEAD + custom changes" depends_on "cmake" => :build diff --git a/Formula/ignition-physics2.rb b/Formula/ignition-physics2.rb index f19a8c584..5aecad601 100644 --- a/Formula/ignition-physics2.rb +++ b/Formula/ignition-physics2.rb @@ -8,6 +8,12 @@ class IgnitionPhysics2 < Formula head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics2" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 cellar: :any, ventura: "8ba3a02300aae3763d8bcfb489ef1c34b7b13e07b7d4b8156f502ca94fd969aa" + sha256 cellar: :any, monterey: "51615f6f7bc658527aaa8df623f292856ddab3cde4920451fc0207706390c101" + end + deprecate! date: "2024-12-31", because: "is past end-of-life date" depends_on "cmake" => :build diff --git a/Formula/sdformat9.rb b/Formula/sdformat9.rb index 937bd73fa..ffc9ab244 100644 --- a/Formula/sdformat9.rb +++ b/Formula/sdformat9.rb @@ -7,6 +7,12 @@ class Sdformat9 < Formula head "https://github.com/gazebosim/sdformat.git", branch: "sdf9" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 ventura: "b18bfdf2040a3a5f443d69f5700ba9cdbede7665e2dac4b69b27dbcef5cda3e5" + sha256 monterey: "5539ec2b47bb260af07920e22c0fd506e9f9f8527b8609b200bddfcac14c4ceb" + end + depends_on "cmake" => [:build, :test] depends_on "pkg-config" => [:build, :test]