Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical checksum. (#2958)
This commit is contained in:
@@ -32,7 +32,7 @@ class Libgcrypt(AutotoolsPackage):
|
||||
key algorithms, large integer functions, random numbers and a lot
|
||||
of supporting functions. """
|
||||
homepage = "http://www.gnu.org/software/libgcrypt/"
|
||||
url = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.2.tar.bz2"
|
||||
url = "http://gd.tuwien.ac.at/pub/gnupg/libgcrypt/libgcrypt-1.6.2.tar.bz2"
|
||||
|
||||
version('1.6.2', 'b54395a93cb1e57619943c082da09d5f')
|
||||
|
||||
|
Reference in New Issue
Block a user