diff options
author | Jiri Slachta <slachta@cesnet.cz> | 2014-09-27 16:35:09 +0200 |
---|---|---|
committer | Jiri Slachta <slachta@cesnet.cz> | 2014-09-27 16:35:09 +0200 |
commit | d52532c198f52118c5bfe3e7ed013ceeb50994d1 (patch) | |
tree | afb70cd72da8332de6139843eff0aef08c9d117b /libs/apr-util/Makefile | |
parent | 224eb432312fcfc8c659f15d71b7feb05baca62a (diff) |
apr-util: update to 1.5.4
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Diffstat (limited to 'libs/apr-util/Makefile')
-rw-r--r-- | libs/apr-util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index 90f856a11..627f1486c 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2011 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apr-util -PKG_VERSION:=1.5.3 +PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirrors.ibiblio.org/apache/apr/ -PKG_MD5SUM:=6f3417691c7a27090f36e7cf4d94b36e +PKG_MD5SUM:=2202b18f269ad606d70e1864857ed93c PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> PKG_LICENSE:=Apache License |