* [PATCH] nano: Update to 8.5
@ 2025-06-17 20:39 Matthias Fischer
2025-06-20 7:35 ` Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2025-06-17 20:39 UTC (permalink / raw)
To: development; +Cc: Matthias Fischer
For details see:
https://www.nano-editor.org/news.php
"Anchors are now saved when a file is closed, and restored when
the file is reopened -- if and when --positionlog is active.
Nano exits with an error status upon keystrokes ^O^Q and ^X^Q.
Keystroke ^L just centers the cursor, while M-% cycles it.
Option --whitespace is accepted, but left undocumented.
Syntax coloring now works correctly in more locales."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/nano | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/nano b/lfs/nano
index f88ea70cd..cc41e36f6 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
include Config
-VER = 8.4
+VER = 8.5
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 2e5dbe6982ef9d284c6e018abad593bf383f27c85047241bafaa098948b73897c0a81b63aa453385ac93afc1c398936464d5a1fb024d00936ad383c5e5e4403f
+$(DL_FILE)_BLAKE2 = 85de6d5349ed2332d41c054ff64979d7b00ec3c792564fcfb6ebed56b74a17c948117218a50297fead17674c06755afba393e73466eb2af9d3bb33af085c4f23
install : $(TARGET)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] nano: Update to 8.5
2025-06-17 20:39 [PATCH] nano: Update to 8.5 Matthias Fischer
@ 2025-06-20 7:35 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-06-20 7:35 UTC (permalink / raw)
To: development
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
On 17/06/2025 22:39, Matthias Fischer wrote:
> For details see:
> https://www.nano-editor.org/news.php
>
> "Anchors are now saved when a file is closed, and restored when
> the file is reopened -- if and when --positionlog is active.
> Nano exits with an error status upon keystrokes ^O^Q and ^X^Q.
> Keystroke ^L just centers the cursor, while M-% cycles it.
> Option --whitespace is accepted, but left undocumented.
> Syntax coloring now works correctly in more locales."
>
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> lfs/nano | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/nano b/lfs/nano
> index f88ea70cd..cc41e36f6 100644
> --- a/lfs/nano
> +++ b/lfs/nano
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 8.4
> +VER = 8.5
>
> THISAPP = nano-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 2e5dbe6982ef9d284c6e018abad593bf383f27c85047241bafaa098948b73897c0a81b63aa453385ac93afc1c398936464d5a1fb024d00936ad383c5e5e4403f
> +$(DL_FILE)_BLAKE2 = 85de6d5349ed2332d41c054ff64979d7b00ec3c792564fcfb6ebed56b74a17c948117218a50297fead17674c06755afba393e73466eb2af9d3bb33af085c4f23
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-20 7:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-17 20:39 [PATCH] nano: Update to 8.5 Matthias Fischer
2025-06-20 7:35 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox