From 43b9a2501af587b84ea0aee3781a764d08c22c5a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 5 Sep 2019 01:39:46 +0200 Subject: [PATCH] tinyxml2: update to 7.1.0. --- srcpkgs/tinyxml2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template index a8f99c16822..73aaf563664 100644 --- a/srcpkgs/tinyxml2/template +++ b/srcpkgs/tinyxml2/template @@ -1,6 +1,6 @@ # Template file for 'tinyxml2' pkgname=tinyxml2 -version=7.0.1 +version=7.1.0 revision=1 build_style=cmake short_desc="Simple, small and efficient C++ XML parser" @@ -8,7 +8,7 @@ maintainer="Orphaned " license="Zlib" homepage="http://www.grinninglizard.com/tinyxml2/index.html" distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz" -checksum=a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6 +checksum=68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3 tinyxml2-devel_package() { depends="tinyxml2-${version}_${revision}"