Signed-off-by: Carsten Schlote <[email protected]> --- rules/host-mpfr.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make index 24fba4d..54221ae 100644 --- a/rules/host-mpfr.make +++ b/rules/host-mpfr.make @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MPFR) += host-mpfr # # Paths and names # -HOST_MPFR_VERSION := 4.0.2 -HOST_MPFR_MD5 := 6d8a8bb46fe09ff44e21cdbf84f5cdac +HOST_MPFR_VERSION := 4.1.0 +HOST_MPFR_MD5 := 44b892bc5a45bafb4294d134e13aad1d HOST_MPFR := mpfr-$(HOST_MPFR_VERSION) HOST_MPFR_SUFFIX := tar.bz2 HOST_MPFR_SOURCE := $(SRCDIR)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) -- 2.25.1 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
