Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical checksum. (#2958)
This commit is contained in:
@@ -30,7 +30,7 @@ class Pcre(Package):
|
||||
libraries. These are useful for implementing regular expression
|
||||
pattern matching using the same syntax and semantics as Perl 5."""
|
||||
homepage = "http://www.pcre.org"""
|
||||
url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2"
|
||||
url = "https://ftp.pcre.org/pub/pcre/pcre-8.36.tar.bz2"
|
||||
|
||||
version('8.39', 'e3fca7650a0556a2647821679d81f585')
|
||||
version('8.38', '00aabbfe56d5a48b270f999b508c5ad2')
|
||||
|
Reference in New Issue
Block a user