Skip to content

Commit

Permalink
mecab 0.992
Browse files Browse the repository at this point in the history
Closes Homebrew#10084.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
darashi authored and jacknagel committed Feb 10, 2012
1 parent c6e7951 commit bb95f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/mecab.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Mecab < Formula
url 'http://mecab.googlecode.com/files/mecab-0.99.tar.gz'
url 'http://mecab.googlecode.com/files/mecab-0.992.tar.gz'
homepage 'http://mecab.sourceforge.net/'
sha1 '08e55c28787c18774017bc788fdca9a16b96da97'
sha1 '4b30ee4c352b06ce53457a57d5f0f9d127bccf6c'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
Expand Down

0 comments on commit bb95f13

Please sign in to comment.