Skip to content

Commit

Permalink
updated apr version and url to archive instead of mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eissing committed May 12, 2015
1 parent f6e8e1f commit c00b78f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sandbox/httpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@



APR_VERSION = 1.5.1
APR_VERSION = 1.5.2
APR_DIR = apr-$(APR_VERSION)
APR_TAR = $(APR_DIR).tar.gz
APR_URL = http://apache.mirror.iphh.net//apr/$(APR_TAR)
APR_URL = http://archive.apache.org/dist/apr/$(APR_TAR)

APR-UTIL_VERSION = 1.5.4
APR-UTIL_DIR = apr-util-$(APR-UTIL_VERSION)
APR-UTIL_TAR = $(APR-UTIL_DIR).tar.gz
APR-UTIL_URL = http://apache.mirror.iphh.net//apr/$(APR-UTIL_TAR)
APR-UTIL_URL = http://archive.apache.org/dist/apr/$(APR-UTIL_TAR)

HTTPD_VERSION = 2.4.12
HTTPD_DIR = httpd-$(HTTPD_VERSION)
Expand Down

0 comments on commit c00b78f

Please sign in to comment.