pcre2: update to 10.23
This commit is contained in:
parent
aab2668cc6
commit
4fde379532
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'pcre2'
|
# Template file for 'pcre2'
|
||||||
pkgname=pcre2
|
pkgname=pcre2
|
||||||
version=10.22
|
version=10.23
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
||||||
--enable-pcre2test-libreadline --enable-pcre2grep-libz --enable-pcre2grep-libbz2
|
--enable-pcre2test-libreadline --enable-pcre2grep-libz --enable-pcre2grep-libbz2
|
||||||
--enable-newline-is-anycrlf --enable-jit --enable-static"
|
--enable-newline-is-anycrlf --enable-jit --enable-static"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="zlib-devel bzip2-devel libedit-devel readline-devel"
|
makedepends="zlib-devel bzip2-devel readline-devel"
|
||||||
short_desc="Perl Compatible Regular Expressions (2nd version)"
|
short_desc="Perl Compatible Regular Expressions (2nd version)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://www.pcre.org/"
|
homepage="http://www.pcre.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-${version}.tar.bz2"
|
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-${version}.tar.bz2"
|
||||||
checksum=b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416
|
checksum=dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue