pcre: update to 8.20.

This commit is contained in:
Juan RP 2011-10-22 16:42:30 +02:00
parent 457592541b
commit d081089ab8

View file

@ -1,6 +1,6 @@
# Template file for 'pcre' # Template file for 'pcre'
pkgname=pcre pkgname=pcre
version=8.13 version=8.20
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2" distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-utf8 --enable-unicode-properties configure_args="--enable-utf8 --enable-unicode-properties
@ -9,7 +9,7 @@ short_desc="Perl Compatible Regular Expressions"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.pcre.org/" homepage="http://www.pcre.org/"
license="BSD" license="BSD"
checksum=3384624ea3281af5fc83400e1fd184e0bdd49e1705315faefd7cfe91b739b504 checksum=e06b0943ce4b0f15324a20020d6086760a75b72f5ad7c23b9b2bfe690ed49acd
long_desc=" long_desc="
The PCRE library is a set of functions that implement regular expression The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. PCRE pattern matching using the same syntax and semantics as Perl 5. PCRE