gnutls: Use a mirror for distfiles, old one seems to be down.
This commit is contained in:
parent
960cf83264
commit
4f8ee08dfc
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue