mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
pcre: update to 8.45.
This commit is contained in:
parent
15aa220ba0
commit
a729b89c03
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pcre'
|
# Template file for 'pcre'
|
||||||
pkgname=pcre
|
pkgname=pcre
|
||||||
version=8.44
|
version=8.45
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
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"
|
short_desc="Perl Compatible Regular Expressions"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
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"
|
distfiles="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2"
|
||||||
checksum=19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d
|
checksum=4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
mips*) ;; # Without stack for recursion the mips builds fail
|
mips*) ;; # Without stack for recursion the mips builds fail
|
||||||
|
|
Loading…
Add table
Reference in a new issue