aboutsummaryrefslogtreecommitdiffstats
path: root/main/debootstrap
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-11-21 15:58:15 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-11-21 15:58:15 +0200
commit1676369336c9db76337c5591e05d083a7b762bf0 (patch)
tree8ec268abef3052c92eea2b68bcb4ba3eecc5b644 /main/debootstrap
parentd207c79299362f8459a3ee5a760934a4f86816da (diff)
downloadaports-1676369336c9db76337c5591e05d083a7b762bf0.tar.bz2
aports-1676369336c9db76337c5591e05d083a7b762bf0.tar.xz
main/debootstrap: use http for source
Diffstat (limited to 'main/debootstrap')
-rw-r--r--main/debootstrap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD
index d1f161923f..064fa35c47 100644
--- a/main/debootstrap/APKBUILD
+++ b/main/debootstrap/APKBUILD
@@ -10,7 +10,7 @@ license="GPL2"
depends="debian-archive-keyring dpkg tar"
makedepends=""
subpackages="$pkgname-doc"
-source="ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz"
+source="http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
package() {