lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 41fb4be363a160de6254a0ec0187d61ad7f5663a
parent 224eb432312fcfc8c659f15d71b7feb05baca62a
Author: Thomas Heil <heil@terminal-consulting.de>
Date:   Sat, 27 Sep 2014 18:41:26 +0200

Merge pull request #365 from jslachta/master

apr-util: update to 1.5.4
Diffstat:
Mlibs/apr-util/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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