From e47986291eaafbb7220e099830f31a4fd327f4da Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 5 Jan 2024 20:54:16 -0800 Subject: [PATCH] Rebuild harmonic bottles for urdfdom 4.0.0 (#2510) * gz-physics7: revision bump rebuild bottle * sdformat14: revision bump rebuild bottle * update bottle. Co-authored-by: OSRF Build Bot --- Formula/gz-physics7.rb | 8 +++++++- Formula/sdformat14.rb | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Formula/gz-physics7.rb b/Formula/gz-physics7.rb index 2fa672d2c..df48b34db 100644 --- a/Formula/gz-physics7.rb +++ b/Formula/gz-physics7.rb @@ -4,10 +4,16 @@ class GzPhysics7 < Formula url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-7.0.0.tar.bz2" sha256 "3bfd59d7d49e3ae9f0ef5737ba6b23919700ce93e15f20d1eff3281914e58f78" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics7" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 ventura: "12e71d517a4b926cfed888456461d04009c0cc66a0153cb1ffa7c59c0a06d15b" + sha256 monterey: "8fef7da5958d8a17dcdb92f3fc6df91e1a8ccb0c038291337b152bdbff11f7d0" + end + depends_on "cmake" => [:build, :test] depends_on "bullet" diff --git a/Formula/sdformat14.rb b/Formula/sdformat14.rb index e700cb4b4..baecbed5e 100644 --- a/Formula/sdformat14.rb +++ b/Formula/sdformat14.rb @@ -4,10 +4,16 @@ class Sdformat14 < Formula url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-14.0.0.tar.bz2" sha256 "88c0858a23ef4a4f36a9b3162e4b438878ae8670608af73d1797d67a3aaa4246" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/gazebosim/sdformat.git", branch: "main" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 ventura: "e9210be6515fa2a59d8dc0d2e426699099c813889ee5f560180bd349efbf84c4" + sha256 monterey: "07e2abfcb12659ac4412a095312372301c02b3b5324a54dc61c75d8412f1c047" + end + depends_on "cmake" => [:build, :test] depends_on "pkg-config" => [:build, :test] depends_on "pybind11" => :build