From a2984bf9c9c3566f670d1b874a8e6caa603693cf Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Wed, 27 Nov 2013 04:09:52 -0600 Subject: [PATCH] lftp 4.4.13 Closes Homebrew/homebrew#24705. Signed-off-by: Mike McQuaid --- Formula/lftp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lftp.rb b/Formula/lftp.rb index 4351d68406e..1f623647e3f 100644 --- a/Formula/lftp.rb +++ b/Formula/lftp.rb @@ -2,9 +2,9 @@ require 'formula' class Lftp < Formula homepage 'http://lftp.yar.ru/' - url 'http://lftp.yar.ru/ftp/lftp-4.4.11.tar.bz2' + url 'http://lftp.yar.ru/ftp/lftp-4.4.13.tar.bz2' mirror 'ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/lftp-4.4.11.tar.bz2' - sha1 '56cefb9aa683acfa5c5713d530f594085ea7b149' + sha1 'cb3a115a34e9330b448fd5770f52923f8e8451f6' option 'with-gnutls', "Use GnuTLS instead of the default OpenSSL" option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version'