summaryrefslogtreecommitdiffstats
path: root/src/xerces.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-09-13 18:34:44 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-09-13 18:34:44 (GMT)
commitdea607ff0fcc283651de7168cb2c268f31c56b95 (patch)
treef12fb306de594bb9753451b9b1330db023cbefff /src/xerces.mk
parent420549b23ee6fcdaf2b02a9b9badd8eac78d7b07 (diff)
downloadmxe-dea607ff0fcc283651de7168cb2c268f31c56b95.zip
mxe-dea607ff0fcc283651de7168cb2c268f31c56b95.tar.gz
mxe-dea607ff0fcc283651de7168cb2c268f31c56b95.tar.bz2
xerces: update
Version 3.1.2 is not available in upstream. see https://github.com/mxe/mxe/issues/1519
Diffstat (limited to 'src/xerces.mk')
-rw-r--r--src/xerces.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xerces.mk b/src/xerces.mk
index 1c42cfa..bc6bcca 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -2,8 +2,8 @@
PKG := xerces
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3.1.2
-$(PKG)_CHECKSUM := 743bd0a029bf8de56a587c270d97031e0099fe2b7142cef03e0da16e282655a0
+$(PKG)_VERSION := 3.1.4
+$(PKG)_CHECKSUM := c98eedac4cf8a73b09366ad349cb3ef30640e7a3089d360d40a3dde93f66ecf6
$(PKG)_SUBDIR := xerces-c-$($(PKG)_VERSION)
$(PKG)_FILE := xerces-c-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.apache.org/dist/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)