Add PCRE 8.42 (#8213)

This commit is contained in:
Adam J. Stewart 2018-05-20 15:05:29 -05:00 committed by GitHub
parent e0d7e8ebd2
commit 7b5c76552a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,9 @@ class Pcre(AutotoolsPackage):
pattern matching using the same syntax and semantics as Perl 5."""
homepage = "http://www.pcre.org"
url = "https://ftp.pcre.org/pub/pcre/pcre-8.40.tar.bz2"
url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.bz2"
version('8.42', '085b6aa253e0f91cae70b3cdbe8c1ac2')
version('8.41', 'c160d22723b1670447341b08c58981c1')
version('8.40', '41a842bf7dcecd6634219336e2167d1d')
version('8.39', 'e3fca7650a0556a2647821679d81f585')