package/tinyxml2: bump version to 8.0.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 13 Apr 2020 07:43:15 +0000 (09:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 13 Apr 2020 08:49:44 +0000 (10:49 +0200)
Switched license file to LICENSE.txt due to upstream commit:
https://github.com/leethomason/tinyxml2/commit/db39dbc0fdf0376674b0fd94a6ff9f16a4d5b174

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/tinyxml2/tinyxml2.hash
package/tinyxml2/tinyxml2.mk

index bb0f8108f9c4b8a41701f8dc884e555f1670c144..3c59d159b5bec322f3f38ac5f9addf4d5e3a8f0a 100644 (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
index 67f626428a2cf5281ca69748661d8ff20ab9c1c7..b06d849b21e7f93b0dcb13471e283b39a9902cd1 100644 (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)