pcre: update to 8.45.

This commit is contained in:
Arda Demir 2021-08-04 09:44:11 +03:00 committed by Leah Neukirchen
parent 15aa220ba0
commit a729b89c03

View file

@ -1,6 +1,6 @@
# Template file for 'pcre'
pkgname=pcre
version=8.44
version=8.45
revision=1
build_style=gnu-configure
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
@ -10,9 +10,9 @@ makedepends="bzip2-devel libedit-devel zlib-devel"
short_desc="Perl Compatible Regular Expressions"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.pcre.org/"
homepage="https://www.pcre.org/"
distfiles="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2"
checksum=19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d
checksum=4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8
case "$XBPS_TARGET_MACHINE" in
mips*) ;; # Without stack for recursion the mips builds fail