coin: add 3.1.3 bottle.
This commit is contained in:
parent
151d25bafe
commit
c0bd9a0167
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Coin < Formula
|
|||
url "https://bitbucket.org/Coin3D/coin/downloads/Coin-3.1.3.tar.gz"
|
||||
sha256 "583478c581317862aa03a19f14c527c3888478a06284b9a46a0155fa5886d417"
|
||||
|
||||
bottle do
|
||||
sha256 "f0f93e3c4a2b485866c9ec3a18931da88e86119854073c4e1c54ce93847f7f08" => :el_capitan
|
||||
sha256 "1b3e64aab7fe177f944b2ffcaccc3a068c992ebdd5f3047c15be513812797394" => :yosemite
|
||||
sha256 "db9f40c702a1b6955f23582988dcefd5866fa4d06589e4e16ec50ec11e64e87d" => :mavericks
|
||||
end
|
||||
|
||||
option "without-soqt", "Build without SoQt"
|
||||
|
||||
if build.with? "soqt"
|
||||
|
|
Loading…
Reference in a new issue