Updates to 2.5.3 and updates copyright year.
[feed/packages.git] / utils / nano / Makefile
index 776ff78dd2883e1301106aa3d62e25425d5ef9d6..c65d133d9dce119467821a534d433cfab71d7e34 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2014 OpenWrt.org
+# Copyright (C) 2007-2016 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nano
-PKG_VERSION:=2.3.4
+PKG_VERSION:=2.5.3
 PKG_RELEASE:=1
+PKG_LICENSE:=GPL-3.0+
+PKG_LICENSE_FILES:=COPYING
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.3
-PKG_MD5SUM:=9cd0a974c7edfdf0f4cb92d1f79d6510
+PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.5
+PKG_MD5SUM:=a04d77611422ab4b6a7b489650c7a793
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1