From 54cd26a96a04e33638570fbc45a17e4a02e9ba96 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sun, 14 Jul 2024 00:18:22 +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 Signed-off-by: Michael Tremer --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 41d87c3d9f..557ccd6ce4 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.47.3