diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-19 21:34:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-22 09:49:59 +0200 |
commit | 4d9bbea707d8da40bd7227aab716b693e2d57e15 (patch) | |
tree | 486354527eb323667ccc404dcae9420ed4a713f2 /package/apr-util | |
parent | d882a00d3476e19e5e7755bcaaa71e813fb8fb6c (diff) |
fix md5sum after update
Diffstat (limited to 'package/apr-util')
-rw-r--r-- | package/apr-util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile index 9c27ef7b8..38dd3998a 100644 --- a/package/apr-util/Makefile +++ b/package/apr-util/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= apr-util PKG_VERSION:= 1.5.3 PKG_RELEASE:= 1 -PKG_MD5SUM:= 05939f9a3ae0a4b314e4f8e467082019 +PKG_MD5SUM:= 71a11d037240b292f824ba1eb537b4e3 PKG_DESCR:= apache portable runtime utility library PKG_SECTION:= libs/misc PKG_DEPENDS:= libexpat apr |