From afacf250a0fabf922b70d4a2dbf37906eb10e562 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Fri, 29 Apr 2022 19:13:48 +0300 Subject: [PATCH] nano: update to 6.3 Update nano editor to version 6.3 Signed-off-by: Hannu Nyman (cherry picked from commit e076a9a40da733a9f4736cb503af79484db6b160) --- utils/nano/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/nano/Makefile b/utils/nano/Makefile index d7bd910aa..b6b72a2bc 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=6.2 +PKG_VERSION:=6.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=2bca1804bead6aaf4ad791f756e4749bb55ed860eec105a97fba864bc6a77cb3 +PKG_HASH:=eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING