nano: update to 2.8.4 4286/head
authorHannu Nyman <hannu.nyman@iki.fi>
Wed, 24 May 2017 07:03:36 +0000 (10:03 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Wed, 24 May 2017 07:03:36 +0000 (10:03 +0300)
* update nano to 2.8.4
* remove deprecated glibtest configure argument
* fix whitespace in configure arguments

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/nano/Makefile

index db285504f8a33caeed9441c8c5fc37f05b7e0a05..9df30678ec1d44609a2779de9ef96d65ca50cc46 100644 (file)
@@ -8,15 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nano
-PKG_VERSION:=2.7.5
+PKG_VERSION:=2.8.4
 PKG_RELEASE:=1
 PKG_LICENSE:=GPL-3.0+
 PKG_LICENSE_FILES:=COPYING
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/nano
-PKG_MD5SUM:=002703e368e07882f75e304c8860d83d
-PKG_HASH:=a64d24e6bc4fc448376d038f9a755af77f8e748c9051b6f45bf85e783a7e67e4
+PKG_HASH:=c7cf264f0f3e4af43ecdbc4ec72c3b1e831c69a1a5f6512d5b0c109e6bac7b11
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
@@ -40,10 +39,9 @@ endef
 
 CONFIGURE_ARGS += \
        --enable-tiny \
-       --disable-glibtest \
        --disable-utf8 \
-        --without-slang \
-        --disable-color \
+       --without-slang \
+       --disable-color \
 
 CONFIGURE_VARS += \
        ac_cv_header_regex_h=no \