diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 01:01:15 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 01:01:15 +0200 |
commit | 3a0ce3ad56ff71ff5240c492328bb48a051691e5 (patch) | |
tree | 32e95a18d8762a948eb68f51634b747a1b3db961 /base/pcre | |
parent | 866f3aaa56a0445f4b9b95448c0eac4475ef62f7 (diff) | |
parent | 19b5d983700efd84d238949eb9c85490cc8609ca (diff) | |
download | nutyx-pakxe-3a0ce3ad56ff71ff5240c492328bb48a051691e5.tar.gz nutyx-pakxe-3a0ce3ad56ff71ff5240c492328bb48a051691e5.tar.bz2 nutyx-pakxe-3a0ce3ad56ff71ff5240c492328bb48a051691e5.tar.xz nutyx-pakxe-3a0ce3ad56ff71ff5240c492328bb48a051691e5.zip |
Merge commit 'lesibel/master'
Diffstat (limited to 'base/pcre')
-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 ) |