From 2506f614e0b93025088ea8a30a9857736e3eb82f Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 4 Jan 2018 12:42:02 +0100 Subject: [PATCH] c-client: change distfiles mirror Closes: #10426 [via git-merge-pr] --- srcpkgs/c-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/c-client/template b/srcpkgs/c-client/template index a1b6bfd2910..7a0dd7e5b29 100644 --- a/srcpkgs/c-client/template +++ b/srcpkgs/c-client/template @@ -6,7 +6,7 @@ short_desc="IMAP client library" maintainer="John Regan " license="Apache-2.0" homepage="http://www.washington.edu/imap" -distfiles="ftp://ftp.cac.washington.edu/imap/imap-${version}.tar.gz" +distfiles="http://ftp.ntua.gr/pub/net/mail/imap/imap-${version}.tar.gz" checksum="53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520004a28" wrksrc="imap-${version}" makedepends="pam-devel libressl-devel e2fsprogs-devel"