From c235c21a9391a9f6d5428165d32449d9a259208c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 9 Jun 2018 14:56:37 -0700 Subject: [PATCH] apr-util: Update to 1.6.1 Signed-off-by: Rosen Penev --- libs/apr-util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index e9af160d5..2a4cd2a05 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apr-util -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.6.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@APACHE/apr/ -PKG_HASH:=8474c93fa74b56ac6ca87449abe3e155723d5f534727f3f33283f6631a48ca4c +PKG_HASH:=d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=Apache License