From dfe1f06b738061550468b5febe5890a7e2183b04 Mon Sep 17 00:00:00 2001 From: olovsundstrom Date: Sat, 11 Feb 2012 16:24:37 -0500 Subject: httrack 3.44.5 Closes #10113. Signed-off-by: Jack Nagel --- Library/Formula/httrack.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/httrack.rb b/Library/Formula/httrack.rb index ff169486a..201c49769 100644 --- a/Library/Formula/httrack.rb +++ b/Library/Formula/httrack.rb @@ -1,13 +1,13 @@ require 'formula' class Httrack < Formula - url 'http://download.httrack.com/httrack-3.44.4.tar.gz' homepage 'http://www.httrack.com/' - md5 '614b7124b887c543fc10545b994b2814' + url 'http://download.httrack.com/httrack-3.44.5.tar.gz' + md5 '6cbe14751a68b664223e70a2e88273d2' def install ENV.deparallelize - system "./configure", "--disable-debug", "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-shared=no" system "make install" -- cgit v1.2.3