From 65f868c3044578d4d3a5bca0078f66541f5fda30 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 30 Nov 2020 22:44:10 -0600 Subject: [PATCH] tinyxml2: update to 8.0.0 Closes: #26855 [via git-merge-pr] --- common/shlibs | 2 +- srcpkgs/tinyxml2/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 01cc7e86e1..88ea81c5c9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1241,7 +1241,7 @@ libgranite.so.5 granite-0.5.0_1 libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1 librlog.so.5 librlog-1.4_1 libtinyxml.so.0 tinyxml-2.6.2_1 -libtinyxml2.so.7 tinyxml2-7.0.0_1 +libtinyxml2.so.8 tinyxml2-8.0.0_1 libbluray.so.2 libbluray-1.0.0_1 libnfs.so.13 libnfs-4.0.0_1 libzip.so.5 libzip-1.2_1 diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template index 73aaf56366..04bfaab29f 100644 --- a/srcpkgs/tinyxml2/template +++ b/srcpkgs/tinyxml2/template @@ -1,6 +1,6 @@ # Template file for 'tinyxml2' pkgname=tinyxml2 -version=7.1.0 +version=8.0.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=68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3 +checksum=6ce574fbb46751842d23089485ae73d3db12c1b6639cda7721bf3a7ee862012c tinyxml2-devel_package() { depends="tinyxml2-${version}_${revision}"