From bab3ae2ee7656600a185f4cef11cef94389023af Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 3 Apr 2024 19:12:57 +0200 Subject: tools: prefer gz or bz2 tarballs In the light of recent XZ events, and fundamental XZ issues lets work on moving away from using XZ. So, use gz compressed tarballs as sources whenever possible. dwarves only offers bz2 compressed tarballs, so use those as size difference is minor compared to XZ. Signed-off-by: Robert Marko dwarves --- tools/mpfr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/mpfr') diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index e7f5106a67..bfbbf399d2 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -11,8 +11,8 @@ PKG_VERSION:=4.2.1 PKG_CPE_ID:=cpe:/a:mpfr:gnu_mpfr PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_HASH:=116715552bd966c85b417c424db1bbdf639f53836eb361549d1f8d6ded5cb4c6 HOST_BUILD_PARALLEL:=1 HOST_FIXUP:=autoreconf -- cgit v1.2.3