- Update from version 1.18 to 1.18.1
- Update of rootfile not required
- Changelog
    1.18.1
        * Bugs fixed
          - Undo change to mdate-sh; once again, it does not look at
            SOURCE_DATE_EPOCH. This change was a misunderstanding that causes
            problems, not fixes, for reproducible builds.
            (https://lists.gnu.org/archive/html/automake/2025-06/msg00021.html)
          - Improve debuggability of installcheck failures. (bug#78850)

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

diff --git a/lfs/automake b/lfs/automake
index a7bc466c3..989129d3b 100644
--- a/lfs/automake
+++ b/lfs/automake
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.18
+VER        = 1.18.1
 
 THISAPP    = automake-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
45456d6d0fdcd1222c79980ede1df16dfbf18fa4d4698289dbef7c9e24ae8877881678974c5defcce0a9f46b72882b4603e457e8142722174ccf0e495f941550
+$(DL_FILE)_BLAKE2 = 
4461062a4d596dd87caec7d388449f5f8fe7a4faede8fd0d77d1fb3bb5d23caabb3b715fbb9f29f33326bec527f3d8da6251d9282d4007cef9af146d28fe96cf
 
 install : $(TARGET)
 
-- 
2.50.1


Reply via email to