From 3483c408197f94ebec69981a0eef555a05640d68 Mon Sep 17 00:00:00 2001 From: npodolak Date: Tue, 7 Oct 2014 14:51:04 -0400 Subject: [PATCH] fix apr-util URL apr-util 1.5.3 is no longer hosted on biblio.org. Get it from archive.apache.org. --- libs/apr-util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index 90f856a11..3026885dd 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://mirrors.ibiblio.org/apache/apr/ +PKG_SOURCE_URL:=https://archive.apache.org/dist/apr/ PKG_MD5SUM:=6f3417691c7a27090f36e7cf4d94b36e PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=Apache License