From 03c967a1be60786724c84a71651813ebe8fde21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 15 Oct 2018 22:13:24 +0200 Subject: testing/autoconf-archive: fix source Don't hardcode a specific mirror. --- testing/autoconf-archive/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/autoconf-archive/APKBUILD b/testing/autoconf-archive/APKBUILD index 7d8f28b353..9f2e975dea 100644 --- a/testing/autoconf-archive/APKBUILD +++ b/testing/autoconf-archive/APKBUILD @@ -11,7 +11,7 @@ depends="autoconf" makedepends="" install="" subpackages="$pkgname-doc" -source="http://open-source-box.org/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { -- cgit v1.2.3