From: Florian Fainelli Date: Tue, 15 Dec 2009 20:07:39 +0000 (+0000) Subject: update nano to 2.2.1 (#6357) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=212d79c5e89f5643281565be9a6b46e43384440f;p=openwrt%2Fsvn-archive%2Fpackages.git update nano to 2.2.1 (#6357) SVN-Revision: 18786 --- diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 996ebd66d..66df3cfb9 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.2 -PKG_MD5SUM:=b34ea8fac9563b0485f39a065b5893bf +PKG_MD5SUM:=12eb7808ab1b8df4d20e87df22c38143 include $(INCLUDE_DIR)/package.mk