diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-15 12:40:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-15 12:40:47 +0000 |
commit | 92c55234d0fa88f278c297c53edb0ca62d1332bb (patch) | |
tree | a3972b2b3c1108888a1a0a7479757119f42285d6 /main/imap | |
parent | 275ea7ae07c55e87f434f87f2c874aa64350a05a (diff) | |
download | aports-92c55234d0fa88f278c297c53edb0ca62d1332bb.tar.bz2 aports-92c55234d0fa88f278c297c53edb0ca62d1332bb.tar.xz |
main/imap: use a working mirror for source
Diffstat (limited to 'main/imap')
-rw-r--r-- | main/imap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/imap/APKBUILD b/main/imap/APKBUILD index 61233837c1..f0b3d5276e 100644 --- a/main/imap/APKBUILD +++ b/main/imap/APKBUILD @@ -13,7 +13,7 @@ license="Apache-2.0" subpackages="$pkgname-dev c-client:cclient" depends="" makedepends="libressl-dev" -source="http://gd.tuwien.ac.at/infosys/mail/imap/imap-$pkgver.tar.gz +source="http://ftp.ntua.gr/pub/net/mail/imap/imap-$pkgver.tar.gz fix-linking.patch c-client-2006k_KOLAB_Annotations.patch " |