aboutsummaryrefslogtreecommitdiff
path: root/libs/libxerces-c
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-09-05 09:21:24 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2016-09-05 09:21:24 +0200
commitc2a9bd50f6c3690f0f36b26c218790394b9b1554 (patch)
tree994bc7fe2846008e88cb71a111558e5859704bc5 /libs/libxerces-c
parent0813d059606f5989ba8214261670e5edebc6ca02 (diff)
libxerces-c: update to v3.1.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'libs/libxerces-c')
-rw-r--r--libs/libxerces-c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libxerces-c/Makefile b/libs/libxerces-c/Makefile
index a7cd6c62f..4fa6d4042 100644
--- a/libs/libxerces-c/Makefile
+++ b/libs/libxerces-c/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libxerces-c
-PKG_VERSION:=3.1.3
+PKG_VERSION:=3.1.4
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.apache.org/xerces-c.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=Xerces-C_3_1_3
+PKG_SOURCE_VERSION:=Xerces-C_3_1_4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>