X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7354d7c457173a3a49ef89b72499e7b7322959dc..b4443d5eac569772cbd17d09af849c28ac8c4cf8:/packages/pcre/build.sh diff --git a/packages/pcre/build.sh b/packages/pcre/build.sh index 9df0eef1..f939c640 100644 --- a/packages/pcre/build.sh +++ b/packages/pcre/build.sh @@ -1,8 +1,6 @@ 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.38 +TERMUX_PKG_VERSION=8.39 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 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" - -