mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump pcre version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
8510fbce52
commit
fbbca097f3
3 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="8.42"
|
||||
VERSION="8.43"
|
||||
SRCDIR="pcre-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.bz2"
|
||||
URL="https://ftp.pcre.org/pub/pcre"
|
||||
SHA256SUM="2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301"
|
||||
SHA256SUM="91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b"
|
||||
DEPENDS="toolchain libstdc++-dev"
|
||||
SUBPKG="pcre pcre-dev pcre++ pcre++-dev"
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@ file include/pcre_scanner.h 0644 0 0
|
|||
file lib/pkgconfig/libpcreposix.pc 0644 0 0
|
||||
file lib/pkgconfig/libpcre.pc 0644 0 0
|
||||
slink lib/libpcreposix.so 0777 0 0 libpcreposix.so.0.0.6
|
||||
slink lib/libpcre.so 0777 0 0 libpcre.so.1.2.10
|
||||
slink lib/libpcre.so 0777 0 0 libpcre.so.1.2.11
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
slink lib/libpcre.so.1 0777 0 0 libpcre.so.1.2.10
|
||||
file lib/libpcre.so.1.2.10 0755 0 0
|
||||
slink lib/libpcre.so.1 0777 0 0 libpcre.so.1.2.11
|
||||
file lib/libpcre.so.1.2.11 0755 0 0
|
||||
slink lib/libpcreposix.so.0 0777 0 0 libpcreposix.so.0.0.6
|
||||
file lib/libpcreposix.so.0.0.6 0755 0 0
|
||||
|
|
Loading…
Reference in a new issue