pcre: update to 8.02.
--HG-- extra : convert_revision : a138de3e709c3632330bc0436d15384addc649d2
This commit is contained in:
parent
9f85c5c362
commit
e9b909de85
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pcre'
|
||||
pkgname=pcre
|
||||
version=8.01
|
||||
version=8.02
|
||||
distfiles="$SOURCEFORGE_SITE/pcre/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-utf8 --enable-unicode-properties
|
||||
|
@ -8,7 +8,7 @@ configure_args="--enable-utf8 --enable-unicode-properties
|
|||
--enable-newline-is-anycrlf"
|
||||
short_desc="Perl Compatible Regular Expressions"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3a0f6a592b78448ab9afc57e7a087fba1b7657c6467f7037946a96caa3ce10da
|
||||
checksum=a4759036d9c3e1773e8b680827b17b843f724ef9021744db92b8dd35ebac4ebd
|
||||
long_desc="
|
||||
The PCRE library is a set of functions that implement regular expression
|
||||
pattern matching using the same syntax and semantics as Perl 5. PCRE
|
||||
|
|
Loading…
Reference in New Issue