mecab-ko: fix sha1
It seems the source file was changed on 21 June, 2014 with the *same* file name. Thus, SHA1 change of mecab-ko.rb is required. Closes Homebrew/homebrew#30365. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e0f03c94fc
commit
d851a51720
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class MecabKo < Formula
|
||||||
homepage "https://bitbucket.org/eunjeon/mecab-ko"
|
homepage "https://bitbucket.org/eunjeon/mecab-ko"
|
||||||
url "https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.1.tar.gz"
|
url "https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.1.tar.gz"
|
||||||
version "0.996-ko-0.9.1"
|
version "0.996-ko-0.9.1"
|
||||||
sha1 "3bcd8d1786eee7bb53432e2dd9d5f27a173356d2"
|
sha1 "68dad4486d7b74fa5fe7aef0b440e00f17a9e59c"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-dependency-tracking",
|
system "./configure", "--disable-dependency-tracking",
|
||||||
|
|
Loading…
Reference in a new issue