diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/expat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/expat/Makefile b/package/expat/Makefile index e02af97c9..7c426c78f 100644 --- a/package/expat/Makefile +++ b/package/expat/Makefile @@ -4,14 +4,14 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= expat -PKG_VERSION:= 2.4.6 +PKG_VERSION:= 2.5.0 PKG_RELEASE:= 1 -PKG_HASH:= de55794b7a9bc214852fdc075beaaecd854efe1361597e6268ee87946951289b +PKG_HASH:= ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe PKG_DESCR:= xml parsing library PKG_SECTION:= libs/data PKG_NEEDS:= c++ PKG_URL:= http://expat.sourceforge.net -PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_4_6/ +PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_5_0/ PKG_LIBNAME:= libexpat PKG_OPTS:= dev |