package/libxmlpp: bump to version 3.2.0
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 12 Feb 2020 21:48:56 +0000 (22:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Feb 2020 17:09:24 +0000 (18:09 +0100)
- Update site in Config.in, see
  https://gitlab.gnome.org/GNOME/libxmlplusplus/commit/604ae3c286a20683f9688f8da5221b3bf89886d0
- Update indentation of hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libxmlpp/Config.in
package/libxmlpp/libxmlpp.hash
package/libxmlpp/libxmlpp.mk

index 7244586841666afa158e8a4c01fafcdc960757cc..3249a843989833209fe769f96d5127396481fc81 100644 (file)
@@ -10,7 +10,7 @@ config BR2_PACKAGE_LIBXMLPP
        help
          libxml++ is a C++ wrapper for the libxml XML parser library.
 
-         http://libxmlplusplus.sourceforge.net/
+         https://libxmlplusplus.github.io/libxmlplusplus/
 
 comment "libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
        depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_USE_WCHAR \
index cc5247a11668222370d54e62b61f8a9462dcecd5..7a59880e7e8aa548eefa4b2987f1540b0d15fe7c 100644 (file)
@@ -1,5 +1,5 @@
-# From http://ftp.gnome.org/pub/GNOME/sources/libxml++/3.0/libxml++-3.0.1.sha256sum
-sha256 19dc8d21751806c015179bc0b83f978e65c878724501bfc0b6c1bcead29971a6        libxml++-3.0.1.tar.xz
+# From http://ftp.gnome.org/pub/GNOME/sources/libxml++/3.2/libxml++-3.2.0.sha256sum
+sha256  b786fae7fd7820d356698069a787d107995c3efcbef50d8f4efd3766ab768e4f  libxml++-3.2.0.tar.xz
 
 # Hash for license file
-sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7        COPYING
+sha256  a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7  COPYING
index 14a3d97a8fa11e37103b90836823a694685ae7e7..98cba2a5a28ab1d62c1f5f5ccd347046c02835f3 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBXMLPP_VERSION_MAJOR = 3.0
-LIBXMLPP_VERSION = $(LIBXMLPP_VERSION_MAJOR).1
+LIBXMLPP_VERSION_MAJOR = 3.2
+LIBXMLPP_VERSION = $(LIBXMLPP_VERSION_MAJOR).0
 LIBXMLPP_LICENSE = LGPL-2.1 (library), LGPL-2.0+ (examples)
 LIBXMLPP_LICENSE_FILES = COPYING
 LIBXMLPP_SOURCE = libxml++-$(LIBXMLPP_VERSION).tar.xz