summaryrefslogtreecommitdiff
path: root/package/libxml2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-03-07 21:10:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-03-07 21:10:25 +0100
commitcd75563acd2459f874b50b396a312bb9638a1e9c (patch)
treeac2499819a75b165940527efaf5cc39fc2612001 /package/libxml2
parentd4204be3a519a34049d53c9805a22c8241acc77f (diff)
parent3dbe2178faba87f159ae33fce62717dfd93d3488 (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/libxml2')
-rw-r--r--package/libxml2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index c6a911370..511663c2b 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -4,16 +4,15 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= libxml2
-PKG_VERSION:= 2.7.3
+PKG_VERSION:= 2.7.6
PKG_RELEASE:= 1
-PKG_MD5SUM:= 8f4fda3969237c2a33bdb1583b5d06b2
+PKG_MD5SUM:= 7740a8ec23878a2f50120e1faa2730f2
PKG_DESCR:= XML C parser and toolkit
PKG_SECTION:= libs
PKG_DEPENDS:= zlib
PKG_BUILDDEP+= zlib
PKG_URL:= http://www.xmlsoft.org/
-PKG_SITES:= http://xmlsoft.org/sources/ \
- ftp://fr.rpmfind.net/pub/libxml/
+PKG_SITES:= http://xmlsoft.org/sources/
include ${TOPDIR}/mk/package.mk