From b3205f0e9c7b491eff9a81b0ab0597e050cd5997 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 18 Nov 2024 21:11:27 -0800 Subject: [PATCH] gz-physics6: rebuild for dartsim (#2885) * update bottle. Co-authored-by: OSRF Build Bot --- Formula/gz-physics6.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Formula/gz-physics6.rb b/Formula/gz-physics6.rb index 160eaa736..ac395611a 100644 --- a/Formula/gz-physics6.rb +++ b/Formula/gz-physics6.rb @@ -4,10 +4,16 @@ class GzPhysics6 < Formula url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-6.7.0.tar.bz2" sha256 "fbf2320c448c7b9d22034589673d6db17039c308529ae32ca08579349301eaf7" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics6" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "93f563516a565f13c0bb31145a3ae703d209b960d4dfea77a286435f4886ff0a" + sha256 ventura: "27b0d3989e83248abbb4eb61278a20df86c2a4cbe80c8f89625b0fa492923289" + end + depends_on "cmake" => [:build, :test] depends_on "bullet"