Reviewed-by: Peter Müller > - 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 > at a specific position no longer eats characters. > > Signed-off-by: Adolf Belka > --- > 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) >