pcre2: update to 10.32.
This commit is contained in:
parent
464d46ad04
commit
2449a4344a
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pcre2'
|
||||
pkgname=pcre2
|
||||
version=10.31
|
||||
version=10.32
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="automake libtool"
|
|||
makedepends="zlib-devel bzip2-devel readline-devel"
|
||||
short_desc="Perl Compatible Regular Expressions (2nd version)"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.pcre.org/"
|
||||
license="BSD"
|
||||
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-${version}.tar.bz2"
|
||||
checksum=e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac
|
||||
distfiles="https://ftp.pcre.org/pub/pcre/pcre2-${version}.tar.gz"
|
||||
checksum=9ca9be72e1a04f22be308323caa8c06ebd0c51efe99ee11278186cafbc4fe3af
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
|
@ -23,7 +23,6 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
|
||||
|
||||
libpcre2_package() {
|
||||
short_desc+=" - shared libraries"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue