summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/expat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/expat/Makefile b/package/expat/Makefile
index 3bff9ad5c..ce55c7cf2 100644
--- a/package/expat/Makefile
+++ b/package/expat/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= expat
-PKG_VERSION:= 2.1.0
+PKG_VERSION:= 2.1.1
PKG_RELEASE:= 1
-PKG_HASH:= 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
+PKG_HASH:= aff584e5a2f759dcfc6d48671e9529f6afe1e30b0cd6a4cec200cbe3f793de67
PKG_DESCR:= xml parsing library
PKG_SECTION:= libs/data
PKG_URL:= http://expat.sourceforge.net
@@ -14,7 +14,7 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=expat/}
PKG_LIBNAME:= libexpat
PKG_OPTS:= dev
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
include ${ADK_TOPDIR}/mk/host.mk
include ${ADK_TOPDIR}/mk/package.mk