From: Florian Fainelli Date: Fri, 3 Apr 2009 09:11:58 +0000 (+0000) Subject: [package] update libxml2 to 2.7.3 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=0574a8ddff3a70f3afad404195cc31636bc46e25 [package] update libxml2 to 2.7.3 SVN-Revision: 15087 --- diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 3add8aa9bc..952a663236 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.7.2 -PKG_RELEASE:=3 +PKG_VERSION:=2.7.3 +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:=dc43ff7ae6aded45f578c87b7b0c8766 +PKG_MD5SUM:=8f4fda3969237c2a33bdb1583b5d06b2 PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk