diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lftp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb index 6024343ae..df4b4fd1e 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://lftp.yar.ru/ftp/lftp-4.4.14.tar.bz2' - sha1 'f34cfc0351f8e63a066cf8014ac32a52f5159434' + url 'http://lftp.yar.ru/ftp/lftp-4.4.15.tar.bz2' + sha1 '3747de76b0ff472bcf1ce353025967cdbcc35cb7' option 'with-gnutls', "Use GnuTLS instead of the default OpenSSL" option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version' |
