pcre: update to 8.37.

This commit is contained in:
Juan RP 2015-04-29 06:54:33 +02:00
parent 48b533c608
commit 9f6b21d03e

View file

@ -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"