httrack 3.44.5
Closes Homebrew/homebrew#10113. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
933e10c3ce
commit
7bd90143dc
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue