From 8579739f2ae1f69e2a6f41d8f4d8920760338cc4 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Wed, 7 Oct 2020 18:22:50 +0300 Subject: [PATCH] nano: update to 5.3 Update nano editor to version 5.3. Signed-off-by: Hannu Nyman (cherry picked from commit 4690a1f1c98c12f74a882eb2fc256c1f98957e55) --- utils/nano/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 36c4810bb1..81dda89e23 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=5.2 +PKG_VERSION:=5.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1 +PKG_HASH:=c5c1cbcf622d9a96b6030d66409ed12b204e8bc01ef5e6554ebbe6fb1d734352 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING -- 2.30.2