lftp 4.3.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
76a011e8ce
commit
acefb08b84
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Lftp < Formula
|
class Lftp < Formula
|
||||||
homepage 'http://lftp.yar.ru/'
|
homepage 'http://lftp.yar.ru/'
|
||||||
url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.6.tar.bz2'
|
url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.7.tar.bz2'
|
||||||
sha1 '8f32802b87e9a1b5d4f0a79db97e94b335854a60'
|
sha1 'fe90aaa453537fdfbb199389a983dbf03901a87c'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on 'readline'
|
depends_on 'readline'
|
||||||
|
|
Loading…
Reference in a new issue