For details see:
https://www.nano-editor.org/news.php
"2026 June 23 - GNU nano 9.1 "met een hongerig paard aan ons been"
When searching, the viewport is placed snug left where possible.
The ability to read and write files in old Mac format was removed
(that is: files that use a lone carriage return as line ending).
The ^T toggle between WhereIs and GotoLine has been dropped.
When --backup is active, in some situations no backup was made,
or it had a wrong timestamp. Both issues are fixed now.
When nano is killed or crashes, any .save file is not chmodded
to the permissions of the base file, nor chowned to its owner.
M-Ins and M-Del have become rebindable."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
include Config
-VER = 9.0
+VER = 9.1
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.xz
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 6df92e9f1b0ba8c2ec3dfdd8b4605a34c08f33c747746d8d3b4145894f0cc64b705c59f2b5aee120050eb32292adf78bf267c568a266c17e2f99e48026d38106
+$(DL_FILE)_BLAKE2 = d762076463b0c683d13cd4c47cc05db573a1890c9ea0629c2aa37d36305197242eb724229afc59468aa47c515dbfb8378d9fa6fafa88d8b90a2af6d1ed467b14
install : $(TARGET)