From 38150a9ca0cf7811b6ae615703f2c7eb8ad2b0e1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 16 Apr 2009 00:49:23 +0200 Subject: [PATCH] pcre: update to 7.9. --HG-- extra : convert_revision : 13adcf72c0bc98dcb4e3f2bcbe173cbd18159474 --- templates/pcre/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pcre/template b/templates/pcre/template index afbfd486b0..a093da28e2 100644 --- a/templates/pcre/template +++ b/templates/pcre/template @@ -1,7 +1,7 @@ # Template file for 'pcre' pkgname=pcre sourcepkg=pcre -version=7.8 +version=7.9 distfiles="$SOURCEFORGE_SITE/pcre/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--enable-utf8 --enable-unicode-properties @@ -9,7 +9,7 @@ configure_args="--enable-utf8 --enable-unicode-properties --enable-newline-is-anycrlf" short_desc="Perl Compatible Regular Expressions" maintainer="Juan RP " -checksum=795f3c2ae29339e633a4dac7b596d6cd4d86504befbe951c9d5ff42aca9858ff +checksum=40a13a9759f1de5b16bc2f0d47b6aa5f0ec010325646922f54b013c040dcd740 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