]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
nano: Update to 8.4 nano
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 4 Apr 2025 13:45:29 +0000 (15:45 +0200)
committerMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 4 Apr 2025 13:45:37 +0000 (15:45 +0200)
For details see:
https://www.nano-editor.org/news.php

"2025 April 2 - GNU nano 8.4 "Five Miles Out"

    - Bracketed pastes over a slow connection are more reliable.
    - Tabs in an external paste at a prompt are not dropped.
    - Feedback occurs when the cursor sits on a Byte Order Mark.
    - The Execute prompt is more forgiving of a typo."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
lfs/nano

index a358ef9a4e7f26baa3c8e22462e69a27af2c04cc..990e5b02b97aae4eac743be23e7814762df4226f 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
@@ -22,9 +22,9 @@
 # Definitions
 ###############################################################################
 
-include config
+include Config
 
-VER        = 8.3
+VER        = 8.4
 
 THISAPP    = nano-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 39c400483f79f11da0f959fed769462b65007f9235cb76d38e71d0a63919b659dc553d44f5d13dd13db801ec361fd7a3ad68b68bfa456ac6c169c861e80c6067
+$(DL_FILE)_BLAKE2 = 2e5dbe6982ef9d284c6e018abad593bf383f27c85047241bafaa098948b73897c0a81b63aa453385ac93afc1c398936464d5a1fb024d00936ad383c5e5e4403f
 
 install : $(TARGET)