diff options
author | Jonathan Bennett <jbennett@incomsystems.biz> | 2015-04-18 13:16:35 -0500 |
---|---|---|
committer | Jonathan Bennett <JBennett@incomsystems.biz> | 2015-04-19 21:03:56 -0500 |
commit | af75aedca068ea423314ced2fafa5d9976855348 (patch) | |
tree | 7ba5bb97aa024f19d3ae90ff79b7405c17745206 | |
parent | b9e87eeb7deb8b3890415b835c9c69764893c023 (diff) |
Update Nano to 2.4.1
signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
-rw-r--r-- | utils/nano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 6d000425d..e1600c03b 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.1 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.4 -PKG_MD5SUM:=e5c9c6424ee2303663ae4b99ecd4b493 +PKG_MD5SUM:=1c612b478f976abf8ef926480c7a3684 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |