Minor bugfix changes. Signed-off-by: Christian Melki <[email protected]> --- rules/host-mtools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-mtools.make b/rules/host-mtools.make index b7ecb384f..8e800a514 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.43 -HOST_MTOOLS_MD5 := b83fa09fb0025025bec6bb7e153a91b4 +HOST_MTOOLS_VERSION := 4.0.44 +HOST_MTOOLS_MD5 := 3e6d1e4f53d10b561fe5d2d4889886d3 HOST_MTOOLS := mtools-$(HOST_MTOOLS_VERSION) HOST_MTOOLS_SUFFIX := tar.bz2 HOST_MTOOLS_URL := $(call ptx/mirror, GNU, mtools/$(HOST_MTOOLS).$(HOST_MTOOLS_SUFFIX)) -- 2.34.1
