From d049d06c4e2de3cf86c22667b28a94db0608d335 Mon Sep 17 00:00:00 2001 From: osrfbuild Date: Fri, 1 Sep 2023 13:30:34 -0700 Subject: [PATCH] ignition-math6 6.15.0 (#2382) * update bottle. Co-authored-by: Steve Peters --- Formula/ignition-math6.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/ignition-math6.rb b/Formula/ignition-math6.rb index 8249aa3dc..17b4f9b39 100644 --- a/Formula/ignition-math6.rb +++ b/Formula/ignition-math6.rb @@ -1,17 +1,17 @@ class IgnitionMath6 < Formula desc "Math API for robotic applications" homepage "https://ignitionrobotics.org" - url "https://osrf-distributions.s3.amazonaws.com/ign-math/releases/ignition-math6-6.14.0.tar.bz2" - sha256 "8a50c5175e31cbddccb1d0295f37046cef422040dbe705016305ffd12ea1424a" + url "https://osrf-distributions.s3.amazonaws.com/ign-math/releases/ignition-math6-6.15.0.tar.bz2" + sha256 "f89ff9d592a73365fbfed49a96c66535953b66bd0178a29963b6de7c6dc346db" license "Apache-2.0" head "https://github.com/gazebosim/gz-math.git", branch: "ign-math6" bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" - sha256 cellar: :any, ventura: "f8ebd38e80f1cfb35e322d03842c645e3cda1aeae47fd9a83a504f672f43c3b3" - sha256 cellar: :any, monterey: "2aff9d73a5febd3240329bd6bb1052b454987848e419031f4c412ff8e0786918" - sha256 cellar: :any, big_sur: "07522fbb858c6ada7d2926867eb736b9ea997d2be28f019c5355c0415832d73d" + sha256 cellar: :any, ventura: "687fe7b6a211f04f8ceb5f08f5c440501186489ddc1d3798757946fa94a46120" + sha256 cellar: :any, monterey: "bdace1b47103f54ff409ed6042d2fff1dbaf805a437a1a663c60e1f788557a32" + sha256 cellar: :any, big_sur: "b7509a791ba0931f7e4be7794546c277d6328a3dfc4a9f7cbd4a901b8d802c4b" end depends_on "cmake" => :build