summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-11-22 11:13:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-11-22 16:28:08 +0100
commit339f60d271f9e2ac626caff1c068f57e4343d454 (patch)
treeebbfd69f857d25d413e098de45c342b702423aa8
parent1169e146d2306bc16342cc7f39db53ff64b6e213 (diff)
downloadptxdist-339f60d271f9e2ac626caff1c068f57e4343d454.tar.gz
ptxdist-339f60d271f9e2ac626caff1c068f57e4343d454.tar.xz
host-mtools: Version bump. 4.0.40 -> 4.0.42.
Very minor bugfixes. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20221122101359.3716029-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-mtools.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-mtools.make b/rules/host-mtools.make
index 10c547748..99fdcdf5c 100644
--- a/rules/host-mtools.make
+++ b/rules/host-mtools.make
@@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MTOOLS) += host-mtools
#
# Paths and names
#
-HOST_MTOOLS_VERSION := 4.0.40
-HOST_MTOOLS_MD5 := 3f5042d4ce32bd19be646b26cf1b1557
+HOST_MTOOLS_VERSION := 4.0.42
+HOST_MTOOLS_MD5 := 44840ee36c33f67fefc0eb68cc6b9bfe
HOST_MTOOLS := mtools-$(HOST_MTOOLS_VERSION)
HOST_MTOOLS_SUFFIX := tar.bz2
HOST_MTOOLS_URL := $(call ptx/mirror, GNU, mtools/$(HOST_MTOOLS).$(HOST_MTOOLS_SUFFIX))