summaryrefslogtreecommitdiffstats
path: root/src/libxml++.mk
diff options
context:
space:
mode:
authorMoritz Bunkus <moritz@bunkus.org>2017-07-09 16:27:37 (GMT)
committerMoritz Bunkus <moritz@bunkus.org>2017-07-09 17:10:01 (GMT)
commit1b13f02f573e93b7c061fd39fc28d7b474f883d8 (patch)
treef822381c5344f064d5d232587435b7b41ab70b80 /src/libxml++.mk
parente2ecdb2d1584c0757b33cf6758b0240aa354736e (diff)
downloadmxe-1b13f02f573e93b7c061fd39fc28d7b474f883d8.zip
mxe-1b13f02f573e93b7c061fd39fc28d7b474f883d8.tar.gz
mxe-1b13f02f573e93b7c061fd39fc28d7b474f883d8.tar.bz2
libxml++: update from 2.37.2 to 2.40.1
This fixes the following error with gcc >= 6: ``` libxml++/io/istreamparserinputbuffer.cc: In member function 'virtual bool xmlpp::IStreamParserInputBuffer::do_close()': libxml++/io/istreamparserinputbuffer.cc:42:12: error: cannot convert 'std::istream {aka std::basic_istream<char>}' to 'bool' in return return input_; ```
Diffstat (limited to 'src/libxml++.mk')
-rw-r--r--src/libxml++.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxml++.mk b/src/libxml++.mk
index 43ca42d..815dbef 100644
--- a/src/libxml++.mk
+++ b/src/libxml++.mk
@@ -4,8 +4,8 @@ PKG := libxml++
$(PKG)_WEBSITE := https://libxmlplusplus.sourceforge.io/
$(PKG)_DESCR := libxml2
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.37.2
-$(PKG)_CHECKSUM := bb3e10a2148e90fc61098499a0923b4de786b1dd86466d7ec6255e154baa773b
+$(PKG)_VERSION := 2.40.1
+$(PKG)_CHECKSUM := 4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9
$(PKG)_SUBDIR := libxml++-$($(PKG)_VERSION)
$(PKG)_FILE := libxml++-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://download.gnome.org/sources/libxml++/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)