Skip to content

Commit

Permalink
ignition-math6 6.15.0 (#2382)
Browse files Browse the repository at this point in the history
* update  bottle.

Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
osrfbuild and scpeters authored Sep 1, 2023
1 parent b1dc63b commit d049d06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/ignition-math6.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d049d06

Please sign in to comment.