lftp 4.3.3
Closes Homebrew/homebrew#8211. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
89ce070744
commit
50fa84bf42
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.2.tar.bz2'
|
||||
url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.3.tar.bz2'
|
||||
homepage 'http://lftp.yar.ru/'
|
||||
md5 '18f5c5b351cfad0a0ab069592effd664'
|
||||
md5 '91757a201c1030714ac1996f27437cc7'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'readline'
|
||||
|
|
Loading…
Reference in a new issue