nano: Update to 9.2

Message ID 20260731164003.3363563-1-matthias.fischer@ipfire.org
State New
Headers
Series nano: Update to 9.2 |

Commit Message

Matthias Fischer 31 Jul 2026, 4:39 p.m. UTC
For details see:
https://www.nano-editor.org/news.php

"2026 July 31 - GNU nano 9.2 "Alquézar"

    Nano refuses to start when standard output is not a terminal.
    Options --newbuffer and 'set newbuffer' were added as better
    synonyms of --multibuffer and 'set multibuffer'.
    Legacy keystroke pairs ^W^T and ^/^T are recognized again."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/nano | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/nano b/lfs/nano
index 6f0793d16..b308f1258 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 9.1
+VER        = 9.2
 
 THISAPP    = nano-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = d762076463b0c683d13cd4c47cc05db573a1890c9ea0629c2aa37d36305197242eb724229afc59468aa47c515dbfb8378d9fa6fafa88d8b90a2af6d1ed467b14
+$(DL_FILE)_BLAKE2 = b8f5aedbb296654817eac82723a6ae6323b2710d225152ee6356fefe5e692958236a00ab4c7fd5abff71b84c3c023afc06854e4e216b80879c48ce94486c4b89
 
 install : $(TARGET)