aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-10-15 22:13:24 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-15 22:13:24 +0200
commit03c967a1be60786724c84a71651813ebe8fde21d (patch)
tree933b86e8a50cdedc15ccb13ffd196493f14673fc /testing
parentd189ee0167c4adfd06b0816e1ffcaaa31c65201a (diff)
downloadaports-03c967a1be60786724c84a71651813ebe8fde21d.tar.bz2
aports-03c967a1be60786724c84a71651813ebe8fde21d.tar.xz
testing/autoconf-archive: fix source
Don't hardcode a specific mirror.
Diffstat (limited to 'testing')
-rw-r--r--testing/autoconf-archive/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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() {