commit d406b49d79faf9139343503148386f00c6d620a9
parent bb75ed263d3d412574c3aa3bce1fcdb003fe4704
Author: Yousong Zhou <yszhou4tech@gmail.com>
Date: Tue, 1 Mar 2016 10:15:29 +0800
Merge pull request #2444 from oneru/nano-2.5.3
Updates to 2.5.3 and updates copyright year.
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