pcre: Update from 8.37 to 8.38
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 27 Dec 2015 06:56:06 +0000 (01:56 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 27 Dec 2015 06:56:06 +0000 (01:56 -0500)
packages/pcre/build.sh

index a48ff5c..9df0eef 100644 (file)
@@ -1,8 +1,7 @@
 TERMUX_PKG_HOMEPAGE=http://www.pcre.org/
 TERMUX_PKG_DESCRIPTION="Library implementing regular expression pattern matching using the same syntax and semantics as Perl 5"
-TERMUX_PKG_VERSION=8.37
+TERMUX_PKG_VERSION=8.38
 TERMUX_PKG_SRCURL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${TERMUX_PKG_VERSION}.tar.bz2
-#TERMUX_PKG_RM_AFTER_INSTALL="bin/pcre-config share/man/man1/pcre-config.1 lib/libpcrecpp.so lib/libpcrecpp.so.0 lib/libpcrecpp.so.0.0.0 lib/libpcreposix.so lib/libpcreposix.so.0 lib/libpcreposix.so.0.0.2"
 TERMUX_PKG_RM_AFTER_INSTALL="bin/pcre-config bin/pcregrep bin/pcretest share/man/man1/pcre*.1 lib/libpcreposix.so lib/libpcreposix.so.0 lib/libpcreposix.so.0.0.2"
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-cpp --enable-utf8 --enable-unicode-properties"