diff options
author | Zach van Rijn <me@zv.io> | 2022-04-20 01:01:29 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:05:59 -0500 |
commit | d5cdd0c52ab4adba6cb992fd84685351fe2ade30 (patch) | |
tree | a7d0437afd6f90d74291d1dc9370aebf107306dc /system | |
parent | 2275080eee0bb326f59bb535b7965d05a66add32 (diff) | |
download | packages-d5cdd0c52ab4adba6cb992fd84685351fe2ade30.tar.gz packages-d5cdd0c52ab4adba6cb992fd84685351fe2ade30.tar.bz2 packages-d5cdd0c52ab4adba6cb992fd84685351fe2ade30.tar.xz packages-d5cdd0c52ab4adba6cb992fd84685351fe2ade30.zip |
system/mpfr3: temporarily use mirrored source tarball due to SSL issues.
Diffstat (limited to 'system')
-rw-r--r-- | system/mpfr3/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/mpfr3/APKBUILD b/system/mpfr3/APKBUILD index 394e1480f..c8d919e9e 100644 --- a/system/mpfr3/APKBUILD +++ b/system/mpfr3/APKBUILD @@ -12,7 +12,8 @@ makedepends_build="texinfo" makedepends_host="gmp-dev" makedepends="$makedepends_build $makedepends_host" subpackages="$pkgname-doc mpfr-dev" -source="https://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz" +#source="https://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz" +source="https://distfiles.adelielinux.org/source/archive/$pkgname-$pkgver/mpfr-$pkgver.tar.xz" builddir="$srcdir/mpfr-$pkgver" build() { |