aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/openfst.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/openfst.rb b/Library/Formula/openfst.rb
index 85af38a9b..c13b8b449 100644
--- a/Library/Formula/openfst.rb
+++ b/Library/Formula/openfst.rb
@@ -1,12 +1,13 @@
require 'formula'
class Openfst < Formula
- url 'http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.1.tar.gz'
homepage 'http://www.openfst.org/'
- md5 '7491c12e0878ab594cc14ae88103c486'
+ url 'http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.10.tar.gz'
+ md5 '2c73dca4cbfe3850b9b7f6988249c870'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end