From 9a3a750e8bd9e50fd374f1dad761afd15de9f50b Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sun, 14 Jul 2024 00:15:56 +0200 Subject: [PATCH] nano: Update to 8.1 For details see: https://www.nano-editor.org/news.php "2024 July 12 - GNU nano 8.1 "de dag van de bitterkoekjespudding" The idiom nano filename:linenumber is understood only when the option --colonparsing (or 'set colonparsing') is used. Modern bindings are not activated when nano's invocation name starts with "e", as it jars with Debian's alternatives system. New bindable function 'cycle' first centers the current row, then moves it to the top of the viewport, then to the bottom. It is bound by default to ^L. Option --listsyntaxes/-z lists the names of available syntaxes." Signed-off-by: Matthias Fischer --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 41d87c3d9..557ccd6ce 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 8.0 +VER = 8.1 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ba36182da059a3ee4c1fc60a200dee26f47cc6b1441b7ff665b82871f2f8fcac054f6adf82966d353234141bf9c521518da8fa967aca28307bccf43e015ddaea +$(DL_FILE)_BLAKE2 = e454f6e5ef86afbab3b2cf6707954d8821bf47ebc89bdad8cc6c70e2d4bb9fac27614069140f40140bca156b14605d286b0dca42469901c6559051089645cab8 install : $(TARGET) -- 2.39.5