diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/chktex.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/chktex.rb b/Library/Formula/chktex.rb index d5adc0853..a9eb63674 100644 --- a/Library/Formula/chktex.rb +++ b/Library/Formula/chktex.rb @@ -1,13 +1,11 @@ require 'formula' class Chktex < Formula - url 'http://baruch.ev-en.org/proj/chktex/chktex-1.6.4.tar.gz' - homepage 'http://baruch.ev-en.org/proj/chktex/' - sha1 'b42b6a69e17373760c9653cce0add6ffc741312b' + homepage 'http://www.nongnu.org/chktex/' + url 'http://download.savannah.gnu.org/releases/chktex/chktex-1.7.1.tar.gz' + sha1 'ed94b96ed8ce65fb1cef1b5fc019045c5b2dd8a8' def install - # Seriously, don't pause and show ASCII art - inreplace "configure", "sleep 1", "" system "./configure", "--prefix=#{prefix}" system "make install" end |
