diff options
| author | Adam Vandenberg | 2013-02-01 09:05:33 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-01 09:05:33 -0800 |
| commit | d6c1784def488cfc093db2c4e9d15634705f063b (patch) | |
| tree | aa73e7316ce3fd5f366405fd2ee2a5f62dbad7e5 | |
| parent | a38216b8b4f7639da5f66300f6a6a4c366e2d777 (diff) | |
| download | homebrew-d6c1784def488cfc093db2c4e9d15634705f063b.tar.bz2 | |
lftp 4.4.2
Closes #17505.
| -rw-r--r-- | Library/Formula/lftp.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb index 1f9eae4cf..370ed4461 100644 --- a/Library/Formula/lftp.rb +++ b/Library/Formula/lftp.rb @@ -2,8 +2,8 @@ require 'formula' class Lftp < Formula homepage 'http://lftp.yar.ru/' - url 'http://ftp.yar.ru/pub/source/lftp/lftp-4.4.0.tar.bz2' - sha1 '4eef63d05760a0e7d6d6a7318e1fcda8de8c154e' + url 'http://ftp.yar.ru/pub/source/lftp/lftp-4.4.2.tar.bz2' + sha1 '7c45c1d102f376f4d88786d4e625fb0d4eedd764' depends_on 'pkg-config' => :build depends_on 'readline' @@ -13,7 +13,8 @@ class Lftp < Formula # Bus error ENV.no_optimization if MacOS.version == :leopard - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
