commit 4a840ae361dcc0b7389e00d051838030bcae0f42
parent bb75ed263d3d412574c3aa3bce1fcdb003fe4704
Author: Jonathan Bennett <jbennett@incomsystems.biz>
Date: Mon, 29 Feb 2016 19:15:35 -0600
Updates to 2.5.3 and updates copyright year.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/nano/Makefile b/utils/nano/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007-2015 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,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nano
-PKG_VERSION:=2.5.0
+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.5
-PKG_MD5SUM:=751ed96457017572bab15be18cb873ba
+PKG_MD5SUM:=a04d77611422ab4b6a7b489650c7a793
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1