From ff1f58a0bc8730222a414a8dc6b1be4242fa8972 Mon Sep 17 00:00:00 2001 From: osrfbuild Date: Thu, 7 Nov 2024 11:07:37 -0800 Subject: [PATCH] sdformat13 13.9.0 (#2848) * update bottle. Co-authored-by: Jose Luis Rivero --- Formula/sdformat13.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/sdformat13.rb b/Formula/sdformat13.rb index c16c9c5e9..ad4a981b9 100644 --- a/Formula/sdformat13.rb +++ b/Formula/sdformat13.rb @@ -1,17 +1,16 @@ class Sdformat13 < Formula desc "Simulation Description Format" homepage "http://sdformat.org" - url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-13.8.0.tar.bz2" - sha256 "2beb87de2e3dbf557b95733fee2e5104351d75dffe1e2142197bac3fba90b1b3" + url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-13.9.0.tar.bz2" + sha256 "fd2a5d75a8d8c7eba9735c139fcb9431e877543ff66fa4f5846fcfbccaa466bc" license "Apache-2.0" head "https://github.com/gazebosim/sdformat.git", branch: "sdf13" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" - sha256 sonoma: "544d6d1d4897ec580c53a34ca5bcb6d9ef6893b34d899298b83592251672cb3e" - sha256 ventura: "e14f9943cd38f024636c271d5fc95f6b504fd5fce18b91bb68ad5dd06f147d44" - sha256 monterey: "5ec875edcbfb2911be54673f412b795d1bdaf8bda0582705e2f34609d41773ff" + sha256 sonoma: "f554ba93e20f3019bc279470394628080aff729ff8fd2696c7b1698a6c5fe959" + sha256 ventura: "92a3fc6ae885eef48b068cd60e8e91a11ea017385f36d4d94e6cf0f2e0f31031" end depends_on "cmake" => [:build, :test]