diff options
author | Steven Barth <steven@midlink.org> | 2015-05-22 11:12:46 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-05-22 11:12:46 +0200 |
commit | 95949a8124d114cfa537169d34069435cd1204c9 (patch) | |
tree | f2b672772547bcb4c1a621451a40399ef8331624 | |
parent | 5fa4fc48844481c8dbfd4760e20311fe605cce71 (diff) | |
parent | 0a8f277853e94570e531844d0f186deea35347a8 (diff) |
Merge pull request #1277 from fededim/master
lftp: updated to 4.6.2
-rw-r--r-- | net/lftp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 8a4819cc0..33e72f042 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -8,11 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lftp -PKG_VERSION:=4.6.0 +PKG_VERSION:=4.6.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \ http://lftp.cybermirror.org \ http://lftp.cybermirror.org/old -PKG_MD5SUM:=fc5f4e3b45c9011a193eb8c0c12eb2eb +PKG_MD5SUM:=487c064ee1bd732e5f95928e530435a8 + + PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |