diff options
-rw-r--r-- | base/pcre/.footprint | 1 | ||||
-rw-r--r-- | base/pcre/.md5sum | 2 | ||||
-rwxr-xr-x | base/pcre/Pkgfile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/base/pcre/.footprint b/base/pcre/.footprint index ae4bf6e15..663065182 100644 --- a/base/pcre/.footprint +++ b/base/pcre/.footprint @@ -29,6 +29,7 @@ lrwxrwxrwx root/root usr/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libpcre.pc -rw-r--r-- root/root usr/lib/pkgconfig/libpcrecpp.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libpcreposix.pc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ diff --git a/base/pcre/.md5sum b/base/pcre/.md5sum index d0b50eb56..dd8e8745a 100644 --- a/base/pcre/.md5sum +++ b/base/pcre/.md5sum @@ -1 +1 @@ -b6a9669d1863423f01ea46cdf00f93dc pcre-7.9.tar.bz2 +27948c1b5f5c1eabc23cba1ebe4c316f pcre-8.02.tar.bz2 diff --git a/base/pcre/Pkgfile b/base/pcre/Pkgfile index a4bfb6f22..bc45ab528 100755 --- a/base/pcre/Pkgfile +++ b/base/pcre/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=pcre -version=7.9 +version=8.02 release=1 source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 ) |