pugixml: update to 1.8.

This commit is contained in:
Enno Boland 2016-11-27 11:06:54 +01:00
parent e618e48576
commit d7c50cb401

View File

@ -1,6 +1,6 @@
# Template file for 'pugixml'
pkgname=pugixml
version=1.7
version=1.8
revision=1
build_style=cmake
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="http://pugixml.org/"
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-$version.tar.gz"
checksum=fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca
checksum=8ef26a51c670fbe79a71e9af94df4884d5a4b00a2db38a0608a87c14113b2904
configure_args="-DBUILD_SHARED_LIBS=On"
build_wrksrc="scripts"