- Update from version 678 to 679
- Update of rootfile not required
- Changelog
    679
            Fix bad parsing of lesskey file an env var is a prefix of another 
env var
                (github #626).
            Fix unexpected exit using -K if a key press is received while 
reading the
                input file (github #628).

Signed-off-by: Adolf Belka <[email protected]>
---
 lfs/less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/less b/lfs/less
index 33b40ac68..0a60623f6 100644
--- a/lfs/less
+++ b/lfs/less
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 678
+VER        = 679
 
 THISAPP    = less-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
5e6644a8c66f35f1b3ab72a0727c76922b7d3cf299d5d1cf1c94882e8b0d3ec0461cd351e6b2db554b331d993760db8eb17209f41f271f5704fee0caf8d6540e
+$(DL_FILE)_BLAKE2 = 
024cd7f4014958e9be52a89aefd9404298850c56f0f8d2403e8648b06ce37bcca6742ebd8a3a4900acb78a3884c4f17270919feb3ca76c6978c34ec79043f154
 
 install : $(TARGET)
 
-- 
2.51.0


Reply via email to