diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 59aaf1003..4fd31e1a1 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd -PKG_VERSION:=2.1.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.1.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/ -PKG_MD5SUM:=7890b54e7ffa6106ffbdfda53f47fa41 +PKG_MD5SUM:=b1fab0e6212738f9f3572e067c419778 include $(INCLUDE_DIR)/package.mk