mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libpcre: bump version.
This commit is contained in:
@@ -9,9 +9,9 @@ COPYRIGHT="1997-2018 University of Cambridge
|
||||
2007-2012, Google Inc. All rights reserved."
|
||||
HOMEPAGE="http://www.pcre.org/"
|
||||
LICENSE="PCRE"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.pcre.org/pub/pcre/pcre-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b"
|
||||
CHECKSUM_SHA256="19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d"
|
||||
SOURCE_DIR="pcre-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -24,9 +24,9 @@ pcreLibs="\
|
||||
libpcrecpp \
|
||||
libpcreposix \
|
||||
"
|
||||
libpcreVersion="1.2.11"
|
||||
libpcrecppVersion="0.0.1"
|
||||
libpcreposixVersion="0.0.6"
|
||||
libpcreVersion="1.2.12"
|
||||
libpcrecppVersion="0.0.2"
|
||||
libpcreposixVersion="0.0.7"
|
||||
portVersionCompat="$portVersion compat >= 8"
|
||||
for i in $pcreLibs; do
|
||||
eval "${i}VersionCompat=\"\$${i}Version compat >= \${${i}Version%%.*}\""
|
||||
Reference in New Issue
Block a user