From 7bc96280d31470b7dda75315154c8df72bde222a Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 8 Feb 2020 11:24:35 +0200 Subject: [PATCH] nano: update to 4.8 Update nano editor to version 4.8 Signed-off-by: Hannu Nyman --- utils/nano/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 5d0f279324..4076749af7 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=4.7 +PKG_VERSION:=4.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=58c0e197de5339ca3cad3ef42b65626d612ddb0b270e730f02e6ab3785c736f5 +PKG_HASH:=c348f61c68ab1d573b308398212a09cd68c60fbee20f01a5bd4b50071a258e63 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING