pcre: update to 8.43.

This commit is contained in:
maxice8 2019-02-24 06:32:10 -03:00
parent 23425e65c4
commit c5ceeb8d05
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pcre'
pkgname=pcre
version=8.42
revision=2
version=8.43
revision=1
build_style=gnu-configure
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
@ -9,11 +9,10 @@ configure_args="--enable-utf8 --enable-unicode-properties --with-pic
makedepends="bzip2-devel libedit-devel zlib-devel"
short_desc="Perl Compatible Regular Expressions"
maintainer="Juan RP <xtraeme@voidlinux.org>"
homepage="http://www.pcre.org/"
license="BSD-3-Clause"
#distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.gz"
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2"
checksum=2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301
homepage="http://www.pcre.org/"
distfiles="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2"
checksum=91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b
case "$XBPS_TARGET_MACHINE" in
mips*) ;; # Without stack for recursion the mips builds fail