From 09fd4445b3f7c426212ed61b3989e1994255a8aa Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 26 Mar 2020 21:36:36 +0200 Subject: [PATCH] nano: update to 4.9 Update nano editor to version 4.9 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 4076749af7..8be3fa44f7 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=4.8 +PKG_VERSION:=4.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=c348f61c68ab1d573b308398212a09cd68c60fbee20f01a5bd4b50071a258e63 +PKG_HASH:=0e399729d105cb1a587b4140db5cf1b23215a0886a42b215efa98137164233a6 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING -- 2.30.2