From: Florian Fainelli Date: Fri, 3 Apr 2009 12:59:33 +0000 (+0000) Subject: [package] update nano to 2.1.9 (#4846) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dc6c329c2e6d988a7844871a8c6729d221c5fb90 [package] update nano to 2.1.9 (#4846) SVN-Revision: 15093 --- diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 0861ae5e34..4e4bcde453 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=2.0.7 +PKG_VERSION:=2.1.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.0 -PKG_MD5SUM:=16187fed2bdefec6275ece6401ce4cd2 +PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.1 +PKG_MD5SUM:=41e9ffb4a055eba666cdb17c4e50ba21 include $(INCLUDE_DIR)/package.mk