diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-25 03:41:42 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-25 03:41:42 +0000 |
commit | 8be2cce9a643e930313c1bf98e38211bf7d05858 (patch) | |
tree | 0a2ba4ed9659b632d7e89e105e2fad2cd92c73b5 /main | |
parent | 37baa114b4cc5ac2800fb1f1629767c9b29d8c81 (diff) | |
download | aports-8be2cce9a643e930313c1bf98e38211bf7d05858.tar.bz2 aports-8be2cce9a643e930313c1bf98e38211bf7d05858.tar.xz |
main/unzip: use distfiles.alpinelinux.org sources for now to bootstrap new archs
Diffstat (limited to 'main')
-rw-r--r-- | main/unzip/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/unzip/APKBUILD b/main/unzip/APKBUILD index a38ffc22f0..909e337f38 100644 --- a/main/unzip/APKBUILD +++ b/main/unzip/APKBUILD @@ -10,7 +10,8 @@ license="Custom" depends="" makedepends="" subpackages="$pkgname-doc" -source="ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}60.zip +# normally ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}60.zip +source="http://distfiles.alpinelinux.org/distfiles/${pkgname}60.zip 10-unzip-handle-pkware-verify.patch 20-unzip-uidgid-fix.patch unzip-6.0-heap-overflow-infloop.patch |