From d7c50cb40183de4405b5b9bb9e42cb57e432baa0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 27 Nov 2016 11:06:54 +0100 Subject: [PATCH] pugixml: update to 1.8. --- srcpkgs/pugixml/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template index dcb2846dc4b..fd155866fd9 100644 --- a/srcpkgs/pugixml/template +++ b/srcpkgs/pugixml/template @@ -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 " 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"