aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStian Eikeland2012-04-02 09:57:06 +0200
committerJack Nagel2012-04-02 13:30:52 -0500
commit8fd6406da9bca9bb1436869faa41cfa49a0128a0 (patch)
tree9a5493b42baf48223ce32b69d3ee0dfcefd63cc4
parentaf2fab2824cd2aea22bda6edc943164575c4b4ec (diff)
downloadhomebrew-8fd6406da9bca9bb1436869faa41cfa49a0128a0.tar.bz2
lftp 4.3.6
Closes #11379. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/lftp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb
index 13fc2fdfe..e1eac713a 100644
--- a/Library/Formula/lftp.rb
+++ b/Library/Formula/lftp.rb
@@ -1,9 +1,9 @@
require 'formula'
class Lftp < Formula
- url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.5.tar.bz2'
homepage 'http://lftp.yar.ru/'
- md5 '9802867df48fb7c69d92dadf8fa86af6'
+ url 'http://ftp.yars.free.net/pub/source/lftp/lftp-4.3.6.tar.bz2'
+ sha1 '8f32802b87e9a1b5d4f0a79db97e94b335854a60'
depends_on 'pkg-config' => :build
depends_on 'readline'