diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-06-09 14:56:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-09 14:56:37 -0700 |
commit | c235c21a9391a9f6d5428165d32449d9a259208c (patch) | |
tree | 63a945c479c4fb5ccfa2aa8779ebadecf0668861 /libs/apr-util/Makefile | |
parent | 496068bef9a93d1aa90399eda5fcb6ffdaac26f2 (diff) |
apr-util: Update to 1.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/apr-util/Makefile')
-rw-r--r-- | libs/apr-util/Makefile | 4 |
1 files 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 <heil@terminal-consulting.de> PKG_LICENSE:=Apache License |