From f11833d46cf71be65439397e2a7e03643fc78af2 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 7 Apr 2020 18:05:11 +0300 Subject: [PATCH] nano: update to 4.9.2 Update nano editor to version 4.9.2 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 b7d374a7c..b9f1b92b5 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=4.9.1 +PKG_VERSION:=4.9.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=52cd5a0cefaa6be199bf1a8f5295e2ef1f787f9533d1ab9ed1e52d3a242aba6c +PKG_HASH:=d8a25eea942ecee2d57b8e037eb4b28f030f818b78773b8fcb994ed5835d2ef6 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING