aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2015-03-23 12:48:09 -0400
committerTed Hess <thess@kitschensync.net>2015-03-23 12:48:09 -0400
commitd6b0c625ab0d8f9f2dccb0930b634ce09e621cf6 (patch)
tree95ac3d5bdac94078a76eb477dc7bdf2c3db4021d /utils
parentc8c6157e7eb3f5f47295d5eac0281f7de583dfa6 (diff)
parent1f22744069439f2e5ba078bb41cec07dd8faefa0 (diff)
Merge pull request #1065 from oneru/master
Update Nano to 2.4 release
Diffstat (limited to 'utils')
-rw-r--r--utils/nano/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/nano/Makefile b/utils/nano/Makefile
index 49f0b9bb9..6d000425d 100644
--- a/utils/nano/Makefile
+++ b/utils/nano/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007-2014 OpenWrt.org
+# Copyright (C) 2007-2015 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.6
+PKG_VERSION:=2.4.0
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:=df3d201aecb3155a80633990cc467831
+PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.4
+PKG_MD5SUM:=e5c9c6424ee2303663ae4b99ecd4b493
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1