MeCab 0.995
Closes Homebrew/homebrew#17335. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6b88905d0d
commit
fa752739a7
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Mecab < Formula
|
||||
homepage 'http://mecab.sourceforge.net/'
|
||||
url 'http://mecab.googlecode.com/files/mecab-0.994.tar.gz'
|
||||
sha1 '9d283f9d243b1a58a2845ff60797c11a88b1f926'
|
||||
url 'http://mecab.googlecode.com/files/mecab-0.995.tar.gz'
|
||||
sha1 'fbfe15171d0976cf58c5bcc882b3a00df2117708'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue