diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 13:15:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 13:15:15 +0100 |
commit | efc42ff5670e43ef03d44f24d19dfa90abe9a8a1 (patch) | |
tree | 71931ef3044cbb22391a3e2d8fac301437c35c4b /package/libxml2 | |
parent | fd73e3a459d45f4e56f5ce3dc738878c5e6f2eee (diff) |
update to latest upstream version
Diffstat (limited to 'package/libxml2')
-rw-r--r-- | package/libxml2/Makefile | 7 |
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 |