mitie: fix audit
mitie: * `option` (line 20) should be put before `depends_on` (line 18)
This commit is contained in:
parent
c20072e145
commit
a7cf8e4881
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ class Mitie < Formula
|
|||
sha256 "25a3ca7c81987f46cb52f4cc8b8c8de674db5c232d9b6e8383d376fad00ae3ea" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
|
||||
option "without-models", "Don't download the v0.2 models (~415MB)"
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "models-english" do
|
||||
url "https://downloads.sourceforge.net/project/mitie/binaries/MITIE-models-v0.2.tar.bz2"
|
||||
sha256 "dc073eaef980e65d68d18c7193d94b9b727beb254a0c2978f39918f158d91b31"
|
||||
|
|
Loading…
Reference in a new issue