summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-04-20 01:01:29 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-04-24 20:52:22 -0500
commitf51462a31aad92075a78bce6d12e41f8e18f7989 (patch)
tree188eb1d20c292ba7ad8f378eb503cc4a5846197a /system
parent4bbc798cb4aca9f347f39ec3a09f0dfd7d7aac43 (diff)
downloadpackages-f51462a31aad92075a78bce6d12e41f8e18f7989.tar.gz
packages-f51462a31aad92075a78bce6d12e41f8e18f7989.tar.bz2
packages-f51462a31aad92075a78bce6d12e41f8e18f7989.tar.xz
packages-f51462a31aad92075a78bce6d12e41f8e18f7989.zip
system/mpfr3: temporarily use mirrored source tarball due to SSL issues.
Diffstat (limited to 'system')
-rw-r--r--system/mpfr3/APKBUILD3
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() {