From db9ff2f3f484e77f80a41ca5e9ab0dd926edcadd Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 25 Dec 2013 13:19:55 -0800 Subject: [PATCH] Fixed apr url as reported in issue #73 --- dev-libs/apr/apr-1.4.6.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/apr/apr-1.4.6.recipe b/dev-libs/apr/apr-1.4.6.recipe index d8b6ed15f..2e532b2bb 100644 --- a/dev-libs/apr/apr-1.4.6.recipe +++ b/dev-libs/apr/apr-1.4.6.recipe @@ -1,6 +1,6 @@ SUMMARY="Apache Portable Runtime Library" HOMEPAGE="http://apr.apache.org/" -SRC_URI="http://www.apache.org/dist/apr/apr-1.4.6.tar.gz" +SRC_URI="http://archive.apache.org/dist/apr/apr-1.4.6.tar.gz" COPYRIGHT="2012 The Apache Software Foundation." LICENSE="Apache v2" CHECKSUM_MD5="76cc4457fbb71eefdafa27dba8f511fb"