Add PCRE2 10.31 (#8214)

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

View File

@ -29,7 +29,9 @@ class Pcre2(AutotoolsPackage):
"""The PCRE2 package contains Perl Compatible Regular Expression """The PCRE2 package contains Perl Compatible Regular Expression
libraries. These are useful for implementing regular expression libraries. These are useful for implementing regular expression
pattern matching using the same syntax and semantics as Perl 5.""" pattern matching using the same syntax and semantics as Perl 5."""
homepage = "http://www.pcre.org"""
url = "https://ftp.pcre.org/pub/pcre/pcre2-10.20.tar.bz2"
homepage = "http://www.pcre.org"""
url = "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2"
version('10.31', 'e0b91c891a3c49050f7fd15de33d0ba4')
version('10.20', 'dcd027c57ecfdc8a6c3af9d0acf5e3f7') version('10.20', 'dcd027c57ecfdc8a6c3af9d0acf5e3f7')