lftp 4.3.5
update lftp to 4.3.5 Closes Homebrew/homebrew#9772. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
fd6caa052e
commit
bb0c0f3353
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Lftp < Formula
|
||||
url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.3.tar.bz2'
|
||||
url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.5.tar.bz2'
|
||||
homepage 'http://lftp.yar.ru/'
|
||||
md5 '91757a201c1030714ac1996f27437cc7'
|
||||
md5 '9802867df48fb7c69d92dadf8fa86af6'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'readline'
|
||||
|
|
Loading…
Reference in a new issue