[package] update vsftpd to 2.2.0 (#5730)
authorFlorian Fainelli <florian@openwrt.org>
Fri, 21 Aug 2009 08:11:35 +0000 (08:11 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 21 Aug 2009 08:11:35 +0000 (08:11 +0000)
SVN-Revision: 17342

net/vsftpd/Makefile

index 8085b623ff6a770ef3f74e8b1dddec685a803235..5f2452a7cdcba74847650006c1bbdce2a4b2c532 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=vsftpd
-PKG_VERSION:=2.1.2
+PKG_VERSION:=2.2.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/
-PKG_MD5SUM:=6a8c8579d50adf0d0fc07226c03bfb52
+PKG_MD5SUM:=e4eb190af270ae65d57a84274a38ec31
 
 include $(INCLUDE_DIR)/package.mk