From: Fredrik Fornwall Date: Wed, 12 Jul 2017 20:44:18 +0000 (+0200) Subject: pcre: Update from 8.40 to 8.41 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/284a80f88616eb05845fecb20f215c8bc50274b2 pcre: Update from 8.40 to 8.41 --- diff --git a/packages/pcre/build.sh b/packages/pcre/build.sh index a9736edd..d1828533 100644 --- a/packages/pcre/build.sh +++ b/packages/pcre/build.sh @@ -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.40 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=8.41 TERMUX_PKG_SRCURL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${TERMUX_PKG_VERSION}.tar.bz2 -TERMUX_PKG_SHA256=00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4 +TERMUX_PKG_SHA256=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530 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-jit --enable-utf8 --enable-unicode-properties"