dartsim: add 6.3.0 bottle.
This commit is contained in:
parent
d7ecfcb250
commit
fa2e72a6b8
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Dartsim < Formula
|
|||
url "https://github.com/dartsim/dart/archive/v6.3.0.tar.gz"
|
||||
sha256 "aa92634c1c97d99966cf16c4a0845792941358c063409fa00c28b4039c961c25"
|
||||
|
||||
bottle do
|
||||
sha256 "54b9b26c143675e40259c47af4d66c38bee44fa86c9fd0ad7dda3b72201dd569" => :high_sierra
|
||||
sha256 "3f7fc2621daff5a84443c71348db7e95c9156c4c5775c04f26cc15942072a479" => :sierra
|
||||
sha256 "6fcba2b008baa7774f8abebcc5561cfb301434d4cc4d08b88f9396b1e4d52cb5" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "assimp"
|
||||
|
|
Loading…
Reference in a new issue