From 031e5b1128e43bc6b6464294dba811522c927419 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 00:50:47 +0000 Subject: changed gmp to use xz rather than lz --- repo/core/gmp.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/core') diff --git a/repo/core/gmp.xibuild b/repo/core/gmp.xibuild index 9161a73..c1b7b2b 100644 --- a/repo/core/gmp.xibuild +++ b/repo/core/gmp.xibuild @@ -2,7 +2,7 @@ DEPS=(gcc-libs sh) -SOURCE=https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz +SOURCE=https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz DESC="a collection of mathematical libraries" build () { -- cgit v1.2.1