nano: Update to version 7.1

Message ID 20221217121427.3532488-5-adolf.belka@ipfire.org
State Accepted
Commit 7c138067d9316cf02f34e5746cdb4e19c4438f14
Headers
Series nano: Update to version 7.1 |

Commit Message

Adolf Belka Dec. 17, 2022, 12:14 p.m. UTC
  - Update from version 7.0 to 7.1
- Update of rootfile not required
- Changelog
    2022.12.14 - GNU nano 7.1 "And the devices shall be made of wood"
	• When --autoindent and --breaklonglines are combined, pressing
	  <Enter> at a specific position no longer eats characters.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/nano | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Dec. 27, 2022, 4:35 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - Update from version 7.0 to 7.1
> - Update of rootfile not required
> - Changelog
>     2022.12.14 - GNU nano 7.1 "And the devices shall be made of wood"
> 	• When --autoindent and --breaklonglines are combined, pressing
> 	  <Enter> at a specific position no longer eats characters.
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
>  lfs/nano | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/nano b/lfs/nano
> index 89167b2af..7ec2eca48 100644
> --- a/lfs/nano
> +++ b/lfs/nano
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 7.0
> +VER        = 7.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 = 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409
> +$(DL_FILE)_BLAKE2 = cc606a04b34e723da01326d617b50f79711d0b35034b3e75f410fa7e277ba3eddbb1a408a80255533d2fa953f23fee745979363d5621b63a79bd89b29d8d528e
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/nano b/lfs/nano
index 89167b2af..7ec2eca48 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 7.0
+VER        = 7.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 = 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409
+$(DL_FILE)_BLAKE2 = cc606a04b34e723da01326d617b50f79711d0b35034b3e75f410fa7e277ba3eddbb1a408a80255533d2fa953f23fee745979363d5621b63a79bd89b29d8d528e
 
 install : $(TARGET)