Merge pull request #1814 from mbunkus/libxml++-update-to-2.40.1-for-gcc6

libxml++: update from 2.37.2 to 2.40.1
This commit is contained in:
Tony Theodore 2017-07-24 13:21:02 +10:00 committed by GitHub
commit ee56a48bfc
1 changed files with 2 additions and 2 deletions

View File

@ -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)