From ba74563569d6d95ea1dc5d07bfa386301d314ed2 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 30 Jul 2012 11:09:55 -0500 Subject: [PATCH] openfst 1.3.2 Closes Homebrew/homebrew#13771. Signed-off-by: Adam Vandenberg --- Formula/openfst.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/openfst.rb b/Formula/openfst.rb index c13b8b449ad..d5f7d6e4165 100644 --- a/Formula/openfst.rb +++ b/Formula/openfst.rb @@ -2,8 +2,8 @@ require 'formula' class Openfst < Formula homepage 'http://www.openfst.org/' - url 'http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.10.tar.gz' - md5 '2c73dca4cbfe3850b9b7f6988249c870' + url 'http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.3.2.tar.gz' + sha1 'b172439a9fcd5b8d4285a04d99d90e69cd7d12e9' def install system "./configure", "--disable-dependency-tracking",