diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 07:00:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 07:00:39 +0200 |
commit | 922b864ff6457376bb884894efff969623170b8f (patch) | |
tree | d580294a5e7f6a2bda0fa3b568e36216d20ac40f /package/libxml2/Makefile | |
parent | 50b6275b7819fa3052094cb895a656ffa90df612 (diff) |
update to latest stable version, fixes segfault in openbox
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r-- | package/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 01d4ba466..8bfe1bb20 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libxml2 -PKG_VERSION:= 2.7.6 +PKG_VERSION:= 2.7.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 7740a8ec23878a2f50120e1faa2730f2 +PKG_MD5SUM:= 8127a65e8c3b08856093099b52599c86 PKG_DESCR:= XML C parser and toolkit PKG_SECTION:= libs PKG_DEPENDS:= zlib |