Nano: update to 2.6.0 2917/head
authorJonathan Bennett <jbennett@incomsystems.biz>
Mon, 20 Jun 2016 02:59:47 +0000 (21:59 -0500)
committerJonathan Bennett <jbennett@incomsystems.biz>
Sun, 3 Jul 2016 04:50:28 +0000 (23:50 -0500)
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
utils/nano/Makefile

index 8e27ed1ad3bfdddc657c8c734c0ba94f80d48106..0c4cfacdf08e3e9c4add0e0644323ef3b9a9dde3 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nano
-PKG_VERSION:=2.5.3
+PKG_VERSION:=2.6.0
 PKG_RELEASE:=1
 PKG_LICENSE:=GPL-3.0+
 PKG_LICENSE_FILES:=COPYING
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@GNU/nano
-PKG_MD5SUM:=a04d77611422ab4b6a7b489650c7a793
+PKG_SOURCE_URL:=https://www.nano-editor.org/dist/v2.6/
+PKG_MD5SUM:=89051965a1de963190696348bc291b86
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
@@ -33,7 +33,7 @@ define Package/nano
 endef
 
 define Package/nano/description
-  GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone
+  Nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone
   of the Pico text editor.
 endef