From 39399715f69796ee7288480f662721e834d57153 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 3 Apr 2023 14:07:17 +0200 Subject: [PATCH] xfsprogs: Update to version 6.2.0 - Update from version 6.1.1 to 6.2.0 - Update of rootfile not required - Changelog There is no changelog in the source tarball or in the kernel site where the source tarballs are available from. The only sourec of change info is the git commit log https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/ Signed-off-by: Adolf Belka --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 5dfb1542e7..07c5c7b976 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 6.1.1 +VER = 6.2.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f6551356ccc68ee6d0bdc50edcf9717bfc94053e97b408f0fa6b316d51391bd347baa8c6ce09e269d09177eec14befc4235738e92d5e4408bda1113c79b2b18b +$(DL_FILE)_BLAKE2 = 847ad267b3667604c9c6a30857605e9cef0f184b7c375d0771b29a0c9596f621a819cc4e88af939a3f9a3ce14a2984fece5e70346bc673a5982af6eebe3909cc install : $(TARGET) -- 2.47.3