From 02319ad0420c10ebc5af2186321bb776ae4f8f2a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 23 Apr 2018 07:37:00 -0300 Subject: [PATCH] tinyxml2: update to 6.2.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #13769 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- srcpkgs/tinyxml2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template index 33438ffb74b..e0ddf306302 100644 --- a/srcpkgs/tinyxml2/template +++ b/srcpkgs/tinyxml2/template @@ -1,6 +1,6 @@ # Template file for 'tinyxml2' pkgname=tinyxml2 -version=6.0.0 +version=6.2.0 revision=1 build_style=cmake short_desc="Simple, small and efficient C++ XML parser" @@ -8,7 +8,7 @@ maintainer="maxice8 " license="Zlib" homepage="http://www.grinninglizard.com/tinyxml2/index.html" distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz" -checksum=9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f +checksum=cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f tinyxml2-devel_package() { depends="tinyxml2-${version}_${revision}" @@ -19,4 +19,4 @@ tinyxml2-devel_package() { vmove usr/lib/cmake vmove "usr/lib/*.so" } -} \ No newline at end of file +}