lftp 4.4.13

Closes Homebrew/homebrew#24705.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Christopher Eby 2013-11-27 04:09:52 -06:00 committed by Mike McQuaid
parent a418dd24bb
commit a2984bf9c9
1 changed files with 2 additions and 2 deletions

View File

@ -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'