libpcre: bump version.

This commit is contained in:
Jerome Duval
2019-09-10 21:30:21 +02:00
parent 722aa7c15e
commit faa0e99453

View File

@@ -11,7 +11,7 @@ HOMEPAGE="http://www.pcre.org/"
LICENSE="PCRE"
REVISION="1"
SOURCE_URI="https://ftp.pcre.org/pub/pcre/pcre-$portVersion.tar.bz2"
CHECKSUM_SHA256="2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301"
CHECKSUM_SHA256="91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b"
SOURCE_DIR="pcre-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -22,7 +22,7 @@ pcreLibs="\
libpcrecpp \
libpcreposix \
"
libpcreVersion="1.2.10"
libpcreVersion="1.2.11"
libpcrecppVersion="0.0.1"
libpcreposixVersion="0.0.6"
portVersionCompat="$portVersion compat >= 8"