diff options
| author | davidovski <david@davidovski.xyz> | 2022-01-09 00:50:47 +0000 |
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2022-01-09 00:50:47 +0000 |
| commit | 031e5b1128e43bc6b6464294dba811522c927419 (patch) | |
| tree | 4e1ccff7579ea83eff304046dc0ab322f18f8ed8 /repo/core/gmp.xibuild | |
| parent | 934035dcc8f886f1a89155ffb052e2211c8fe13d (diff) | |
changed gmp to use xz rather than lz
Diffstat (limited to 'repo/core/gmp.xibuild')
| -rw-r--r-- | repo/core/gmp.xibuild | 2 |
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 () { |
