diff options
author | Juergen Daubert <jue@jue.li> | 2009-11-04 18:26:24 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-11-04 18:26:24 +0100 |
commit | b433a6eabdfb6348d81349025a66a982c0ed0079 (patch) | |
tree | f4db2259cab07f3d1e193515e6e026853ee4b43f /libpcre | |
parent | 01e8bfb3c3e54d8da671d40b53c0706b2637a791 (diff) | |
download | core-b433a6eabdfb6348d81349025a66a982c0ed0079.tar.gz core-b433a6eabdfb6348d81349025a66a982c0ed0079.tar.xz |
libpcre: update to 8.00
Diffstat (limited to 'libpcre')
-rw-r--r-- | libpcre/.footprint | 1 | ||||
-rw-r--r-- | libpcre/.md5sum | 2 | ||||
-rw-r--r-- | libpcre/Pkgfile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/libpcre/.footprint b/libpcre/.footprint index d61da718..43372ec6 100644 --- a/libpcre/.footprint +++ b/libpcre/.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/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/pcre-config.1.gz diff --git a/libpcre/.md5sum b/libpcre/.md5sum index d0b50eb5..2f6d0163 100644 --- a/libpcre/.md5sum +++ b/libpcre/.md5sum @@ -1 +1 @@ -b6a9669d1863423f01ea46cdf00f93dc pcre-7.9.tar.bz2 +caf564aa69d68e965e9bf0ff2a094c65 pcre-8.00.tar.bz2 diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 402068c3..84bf7041 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=libpcre -version=7.9 +version=8.00 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) |