diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/httrack.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
