From 421dae85a3525f9772bbada523758490a926be3c Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 1 Dec 2019 14:18:08 +0200 Subject: [PATCH] nano: update to 4.6 Update nano editor to version 4.6 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 75f1f0e01c..19650813d8 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=4.5 +PKG_VERSION:=4.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=ded5c38f5ecd9de2b624e0db8013a375c169d3fbbd49575967b868847df8f533 +PKG_HASH:=9bac3a4153774fd921dd3eb291986d43985466b081165b5ac5262b37b79628e9 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING