nano: update to 2.9.6
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 29 Apr 2018 18:34:36 +0000 (21:34 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 29 Apr 2018 18:34:36 +0000 (21:34 +0300)
Nano 2.9.6 release notes:

GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
makes --enable-altrcname work again, improves the fluidity
of scrolling when using the touchpad, tweaks the syntaxes
for shell scripts and PO files, makes a replacing session
go always forward by default, no longer inserts a newline
after an external spell check of a selected region, always
accepts the English Y and N (and A) at a yes-no prompt in
any locale, and solves a few hypothetical bugs.

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

index 77521e41359fb370d70c5d5c2535f82a8df9bc48..944f4fa17c4c80cc2be25c8fe243742a3d3b83d5 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nano
-PKG_VERSION:=2.9.5
+PKG_VERSION:=2.9.6
 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_HASH:=7b8d181cb57f42fa86a380bb9ad46abab859b60383607f731b65a9077f4b4e19
+PKG_HASH:=a373507ebb4e9307a8202fbc19b5d29718025c8ec773669349211c362545d4c6
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1