summaryrefslogtreecommitdiff
path: root/package/apr-util
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-02 18:56:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-02 18:59:47 +0100
commitd18bec72c481f37a7583d67fdd42dc57134c67c4 (patch)
tree2553a314bc995c3c08e533c31827f576ae32ed44 /package/apr-util
parentf9fb9efc5f61af6990822517cd3fc5bb29de73e6 (diff)
apr-util: update to 1.6.1
Diffstat (limited to 'package/apr-util')
-rw-r--r--package/apr-util/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile
index d7a148c4a..7046779ac 100644
--- a/package/apr-util/Makefile
+++ b/package/apr-util/Makefile
@@ -4,18 +4,18 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= apr-util
-PKG_VERSION:= 1.5.4
+PKG_VERSION:= 1.6.1
PKG_RELEASE:= 1
-PKG_HASH:= 976a12a59bc286d634a21d7be0841cc74289ea9077aa1af46be19d1a6e844c19
+PKG_HASH:= d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b
PKG_DESCR:= apache portable runtime utility library
PKG_SECTION:= libs/misc
PKG_DEPENDS:= libexpat apr
PKG_BUILDDEP:= expat apr
PKG_URL:= http://apr.apache.org/
-PKG_SITES:= http://mirrors.ibiblio.org/apache//apr/
+PKG_SITES:= http://www.apache.org/dist/apr/
PKG_OPTS:= dev
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
include ${ADK_TOPDIR}/mk/package.mk