diff options
author | Thomas Heil <heil@terminal-consulting.de> | 2014-10-07 20:58:04 +0200 |
---|---|---|
committer | Thomas Heil <heil@terminal-consulting.de> | 2014-10-07 20:58:04 +0200 |
commit | 4ab4cf2d4f8dfc149c2afc43492df2426a9ad167 (patch) | |
tree | 9a92e13feb820e2d1b3d033dbc4ae7a30bda3779 /libs/apr-util/Makefile | |
parent | fce0c8a874c73a162569edf04fe46ac6349251e5 (diff) |
apr-util 1.5.3 is no longer hosted on biblio.org.
- Get it from archive.apache.org.
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Diffstat (limited to 'libs/apr-util/Makefile')
-rw-r--r-- | libs/apr-util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index 627f1486c..d5178d567 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5.4 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:=2202b18f269ad606d70e1864857ed93c PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> PKG_LICENSE:=Apache License |