[packages_10.03.2] lftp: merge r29758
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 20:06:15 +0000 (20:06 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 20:06:15 +0000 (20:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30104 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/lftp/Makefile

index 5a56211..590b3d7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2011 OpenWrt.org
+# Copyright (C) 2008-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lftp
-PKG_VERSION:=4.3.1
+PKG_VERSION:=4.3.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://lftp.cybermirror.org \
   http://lftp.cybermirror.org/old
-PKG_MD5SUM:=ccef0f84416fc964b7b8a5e3f2e87631
+PKG_MD5SUM:=fbbc296f8c8c73e4b38b2b3228bd94f5
 
 PKG_INSTALL:=1
 
@@ -25,7 +25,7 @@ define Package/lftp
   SECTION:=net
   CATEGORY:=Network
   DEPENDS:=+libncurses +libopenssl +libreadline +uclibcxx +libexpat
-  TITLE:=lftp
+  TITLE:=Sophisticated file transfer program
   URL:=http://lftp.yar.ru/
 endef