Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical checksum. (#2958)
This commit is contained in:
@@ -32,7 +32,7 @@ class LibgpgError(AutotoolsPackage):
|
||||
SmartCard Daemon and possibly more in the future. """
|
||||
|
||||
homepage = "https://www.gnupg.org/related_software/libgpg-error"
|
||||
url = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.18.tar.bz2"
|
||||
url = "http://gd.tuwien.ac.at/pub/gnupg/libgpg-error/libgpg-error-1.18.tar.bz2"
|
||||
|
||||
version('1.21', 'ab0b5aba6d0a185b41d07bda804fd8b2')
|
||||
version('1.18', '12312802d2065774b787cbfc22cc04e9')
|
||||
|
Reference in New Issue
Block a user