lftp 4.4.7
Closes Homebrew/homebrew#20044. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9745d2d42e
commit
0876897e04
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Lftp < Formula
|
||||
homepage 'http://lftp.yar.ru/'
|
||||
url 'http://ftp.yar.ru/pub/source/lftp/lftp-4.4.5.tar.bz2'
|
||||
mirror 'ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/lftp-4.4.5.tar.bz2'
|
||||
sha1 'b985c5985b6663703d4cd815c27dc7e74103c975'
|
||||
url 'http://ftp.yar.ru/pub/source/lftp/lftp-4.4.7.tar.bz2'
|
||||
mirror 'ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/lftp-4.4.7.tar.bz2'
|
||||
sha1 '0bf41f70a29dacf932406fd3a94eb55fe8f4f92a'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'readline'
|
||||
|
|
Loading…
Reference in a new issue