Browse Source

nano: update to 2.7.2

Waldemar Brodkorb 9 years ago
parent
commit
f42303c8b0
1 changed files with 2 additions and 4 deletions
  1. 2 4
      package/nano/Makefile

+ 2 - 4
package/nano/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		nano
-PKG_VERSION:=		2.7.1
+PKG_VERSION:=		2.7.2
 PKG_RELEASE:=		1
-PKG_HASH:=		81547310d3ab7a220426c9c2f2435a372fb43d4b27818f016de25698862ae118
+PKG_HASH:=		77016f73c686857ce8a3ec217832febb6e636122762d47ce3c6cbef6f7e390c2
 PKG_DESCR:=		enhanced clone of the pico editor
 PKG_SECTION:=		app/editor
 PKG_DEPENDS:=		libncurses
@@ -14,8 +14,6 @@ PKG_BUILDDEP:=		ncurses
 PKG_URL:=		http://www.nano-editor.org/
 PKG_SITES:=		http://www.nano-editor.org/dist/v2.7/
 
-DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
-
 include ${ADK_TOPDIR}/mk/package.mk
 
 $(eval $(call PKG_template,NANO,nano,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))