[package] update nano to 2.1.9 (#4846)
authorFlorian Fainelli <florian@openwrt.org>
Fri, 3 Apr 2009 12:59:33 +0000 (12:59 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 3 Apr 2009 12:59:33 +0000 (12:59 +0000)
SVN-Revision: 15093

utils/nano/Makefile

index 0861ae5e34c84a022adfca5e6e48c17820413e96..4e4bcde453cfbac5d7c2b493011ec08c554ea80b 100644 (file)
@@ -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