diff options
| author | pyed | 2015-04-26 17:15:35 +0300 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-26 17:49:06 +0100 |
| commit | 17f3db4a0a175e20416d95082ac03de820c588b3 (patch) | |
| tree | f7f3258d1e3b318c5eb99694701f960b3aa8df7e | |
| parent | c288263281ec83bb3c5c5bb317f15657338b1339 (diff) | |
| download | homebrew-17f3db4a0a175e20416d95082ac03de820c588b3.tar.bz2 | |
lftp 4.6.2
update to 4.6.2
Closes #39080.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/lftp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb index 777316549..fedce0d48 100644 --- a/Library/Formula/lftp.rb +++ b/Library/Formula/lftp.rb @@ -2,8 +2,8 @@ require "formula" class Lftp < Formula homepage "http://lftp.yar.ru/" - url "http://lftp.yar.ru/ftp/lftp-4.6.1.tar.gz" - sha1 "57b62d7365de1698433a3b1b5daf7192adc2517a" + url "http://lftp.yar.ru/ftp/lftp-4.6.2.tar.gz" + sha1 "8c50f1b4c721143ac3e3428a72c9864edfde61f6" bottle do sha1 "4eb97a364cce3e0af57a0fb08e7b8094bf3fa5f5" => :yosemite |
