pcre: update to 8.37.
This commit is contained in:
parent
48b533c608
commit
9f6b21d03e
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pcre'
|
||||
pkgname=pcre
|
||||
version=8.36
|
||||
version=8.37
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
||||
|
@ -13,7 +13,11 @@ homepage="http://www.pcre.org/"
|
|||
license="BSD"
|
||||
#distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.gz"
|
||||
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2"
|
||||
checksum=ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb
|
||||
checksum=51679ea8006ce31379fb0860e46dd86665d864b5020fc9cd19e71260eef4789d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
}
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="automake libtool"
|
||||
|
|
Loading…
Reference in a new issue