diff options
| author | toothrot | 2010-01-05 11:41:09 -0600 |
|---|---|---|
| committer | Max Howell | 2010-01-06 22:41:38 +0000 |
| commit | dc13198ba7ee22922c92601532e762af36aab793 (patch) | |
| tree | f8f214d5c5e084f3bdbce7ff06b1562f00b94fa0 /Library/Formula | |
| parent | 06d877d9d1ac3e9e46a7b9be69fa32dc683324c9 (diff) | |
| download | homebrew-dc13198ba7ee22922c92601532e762af36aab793.tar.bz2 | |
Updates broken LFTP formula
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lftp.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb index f03af8275..2816ad0f7 100644 --- a/Library/Formula/lftp.rb +++ b/Library/Formula/lftp.rb @@ -1,11 +1,13 @@ require 'formula' class Lftp <Formula - url 'http://ftp.yars.free.net/pub/source/lftp/lftp-3.7.15.tar.gz' + url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.0.5.tar.gz' homepage 'http://lftp.yar.ru/' - md5 '6c43ffdb59234ff0533cfdda0c3c305c' + md5 '73ea519c9e9cdfa47b714c5c91093a0d' depends_on 'readline' + depends_on 'pkg-config' + depends_on 'gnutls' def install system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" |
