From 4f8ee08dfcb9e4102320cbc70415cd04b2b8a1c7 Mon Sep 17 00:00:00 2001 From: davehome Date: Wed, 19 Oct 2011 00:40:50 +0000 Subject: [PATCH] gnutls: Use a mirror for distfiles, old one seems to be down. --- srcpkgs/gnutls/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index 99baf24692d..104ff0e8100 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,7 +1,8 @@ # Template build file for 'gnutls'. pkgname=gnutls version=2.12.7 -distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2" +#distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2" +distfiles="http://mirror.symnds.com/software/GNU/$pkgname/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--with-lzo --with-zlib --disable-guile --with-libgcrypt" short_desc="GNU Transport Layer Security library"