mirror of
https://github.com/pygos/build.git
synced 2024-11-13 06:57:11 +01:00
Bump pcre2 version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
8d1ab5ca27
commit
01fb412309
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="10.33"
|
||||
VERSION="10.34"
|
||||
SRCDIR="pcre2-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.bz2"
|
||||
URL="https://ftp.pcre.org/pub/pcre"
|
||||
SHA256SUM="35514dff0ccdf02b55bd2e9fa586a1b9d01f62332c3356e379eabb75f789d8aa"
|
||||
SHA256SUM="74c473ffaba9e13db6951fd146e0143fe9887852ce73406a03277af1d9b798ca"
|
||||
DEPENDS="toolchain"
|
||||
SUBPKG="pcre2-16 pcre2-16-dev pcre2-32 pcre2-32-dev pcre2-posix pcre2-posix-dev"
|
||||
|
||||
|
|
Loading…
Reference in a new issue