[packages] libxml2: update to v2.7.5
authorNicolas Thill <nico@openwrt.org>
Mon, 5 Oct 2009 15:27:32 +0000 (15:27 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 5 Oct 2009 15:27:32 +0000 (15:27 +0000)
SVN-Revision: 17889

libs/libxml2/Makefile

index 59a9521eb4ff1b59246c19466ba876d26041cea7..ae22a06d185e7eb2ea193ff884ef0c8438bb4e8a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,19 +8,19 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxml2
-PKG_VERSION:=2.7.3
+PKG_VERSION:=2.7.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://xmlsoft.org/sources/ \
        ftp://fr.rpmfind.net/pub/libxml/
-PKG_MD5SUM:=8f4fda3969237c2a33bdb1583b5d06b2
+PKG_MD5SUM:=2e29ca610579438714ebb1e4010a0ece
+
 PKG_FIXUP:=libtool
+PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
-PKG_INSTALL=1
-
 define Package/libxml2
   SECTION:=libs
   CATEGORY:=Libraries