package/tinyxml2: bump version to 8.0.0

Switched license file to LICENSE.txt due to upstream commit:
db39dbc0fd

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2020-04-13 09:43:15 +02:00 committed by Thomas Petazzoni
parent 3be09e0425
commit 7ef2a3cc43
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3 tinyxml2-7.1.0.tar.gz
sha256 beed3466425970b9d970e573947f1fe7d3cbe41ed7e2c39b0daf45f7de053c43 readme.md
sha256 6ce574fbb46751842d23089485ae73d3db12c1b6639cda7721bf3a7ee862012c tinyxml2-8.0.0.tar.gz
sha256 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432 LICENSE.txt

View File

@ -4,10 +4,10 @@
#
################################################################################
TINYXML2_VERSION = 7.1.0
TINYXML2_VERSION = 8.0.0
TINYXML2_SITE = $(call github,leethomason,tinyxml2,$(TINYXML2_VERSION))
TINYXML2_LICENSE = Zlib
TINYXML2_LICENSE_FILES = readme.md
TINYXML2_LICENSE_FILES = LICENSE.txt
TINYXML2_INSTALL_STAGING = YES
ifeq ($(BR2_STATIC_LIBS),y)