package/libxmlpp: bump to version 5.0.2

https://github.com/libxmlplusplus/libxmlplusplus/blob/5.0.2/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2022-10-23 18:57:58 +02:00 committed by Thomas Petazzoni
parent 5a948e32fe
commit 07197baadb
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# From http://ftp.gnome.org/pub/GNOME/sources/libxml++/5.0/libxml++-5.0.1.sha256sum
sha256 15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098 libxml++-5.0.1.tar.xz
# From http://ftp.gnome.org/pub/GNOME/sources/libxml++/5.0/libxml++-5.0.2.sha256sum
sha256 7c17cc3e5a2214314dee5a1354f4b436f266ded6185232a0534f352a76240d5a libxml++-5.0.2.tar.xz
# Hash for license file
sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 COPYING

View File

@ -5,7 +5,7 @@
################################################################################
LIBXMLPP_VERSION_MAJOR = 5.0
LIBXMLPP_VERSION = $(LIBXMLPP_VERSION_MAJOR).1
LIBXMLPP_VERSION = $(LIBXMLPP_VERSION_MAJOR).2
LIBXMLPP_LICENSE = LGPL-2.1 (library), LGPL-2.0+ (examples)
LIBXMLPP_LICENSE_FILES = COPYING
LIBXMLPP_SOURCE = libxml++-$(LIBXMLPP_VERSION).tar.xz