diff options
author | info@mobile-stream.com <info@mobile-stream.com> | 2018-10-04 20:59:18 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-11-12 08:40:45 +0000 |
commit | 6a55b8067202833758f6ed422ac74ccc6aa88600 (patch) | |
tree | adda82b089104515d47ba262e49875d52e9534da /main | |
parent | 36d77c65b56c7abe713f8a692647ad7110eccba5 (diff) | |
download | aports-6a55b8067202833758f6ed422ac74ccc6aa88600.tar.bz2 aports-6a55b8067202833758f6ed422ac74ccc6aa88600.tar.xz |
main/pcre2: update to 10.32
Diffstat (limited to 'main')
-rw-r--r-- | main/pcre2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/pcre2/APKBUILD b/main/pcre2/APKBUILD index 88ba622dda..fdbd734b4f 100644 --- a/main/pcre2/APKBUILD +++ b/main/pcre2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=pcre2 -pkgver=10.31 +pkgver=10.32 pkgrel=0 pkgdesc="Perl-compatible regular expression library" url="http://pcre.sourceforge.net/" @@ -34,7 +34,7 @@ build() { --enable-pcre2-32 \ --enable-pcre2grep-libz \ --enable-pcre2test-libedit \ - --with-match-limit-recursion=8192 \ + --with-match-limit-depth=8192 \ $_enable_jit make } @@ -82,4 +82,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="f333c97684d70daf4d892d60b36d94eb62132f9f53d2603e1e95f1230c93d482a1a793fe1c1bb3dca98bc894c86e4956f18b0eba9aac49e24bffbf3e1efcfd2d pcre2-10.31.tar.gz" +sha512sums="b0a247dc6411546f231f7588b979bc89f4c6d498a27232fb1e883d5222b9275d7b87c6afc0c67f11a453b35238dca472d14246e8bcb38df70f3701f9f3e8030f pcre2-10.32.tar.gz" |