From: Florian Fainelli Date: Sat, 5 Dec 2009 01:06:36 +0000 (+0000) Subject: [package] update nano to 2.2.0 (#6288, #5930) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6b9a86931edd2841066797c0c0b1528bb95b866e;p=openwrt%2Fsvn-archive%2Farchive.git [package] update nano to 2.2.0 (#6288, #5930) SVN-Revision: 18645 --- diff --git a/utils/nano/Makefile b/utils/nano/Makefile index cb20663913..996ebd66d3 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=2.1.11 +PKG_VERSION:=2.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.1 -PKG_MD5SUM:=15d8c0717c646de2e946e1eb408feec7 +PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.2 +PKG_MD5SUM:=b34ea8fac9563b0485f39a065b5893bf include $(INCLUDE_DIR)/package.mk