diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/apr-util/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile index d7a148c4a..7046779ac 100644 --- a/package/apr-util/Makefile +++ b/package/apr-util/Makefile @@ -4,18 +4,18 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= apr-util -PKG_VERSION:= 1.5.4 +PKG_VERSION:= 1.6.1 PKG_RELEASE:= 1 -PKG_HASH:= 976a12a59bc286d634a21d7be0841cc74289ea9077aa1af46be19d1a6e844c19 +PKG_HASH:= d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b PKG_DESCR:= apache portable runtime utility library PKG_SECTION:= libs/misc PKG_DEPENDS:= libexpat apr PKG_BUILDDEP:= expat apr PKG_URL:= http://apr.apache.org/ -PKG_SITES:= http://mirrors.ibiblio.org/apache//apr/ +PKG_SITES:= http://www.apache.org/dist/apr/ PKG_OPTS:= dev -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include ${ADK_TOPDIR}/mk/package.mk |