summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 00:50:47 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 00:50:47 +0000
commit031e5b1128e43bc6b6464294dba811522c927419 (patch)
tree4e1ccff7579ea83eff304046dc0ab322f18f8ed8 /repo
parent934035dcc8f886f1a89155ffb052e2211c8fe13d (diff)
changed gmp to use xz rather than lz
Diffstat (limited to 'repo')
-rw-r--r--repo/core/gmp.xibuild2
1 files changed, 1 insertions, 1 deletions
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 () {