From: Michael Wallner Date: Fri, 29 Mar 2019 09:21:31 +0000 (+0100) Subject: mirrors are being retired X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=126f0d23ed321e2a40cb689b78ca6022ac6d3276 mirrors are being retired --- diff --git a/Makefile b/Makefile index 3a34ec3..2ccac0f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ export -PHP ?= 7.2 +PHP ?= 7.3 JOBS ?= 2 -PHP_MIRROR ?= http://us2.php.net/distributions/ +PHP_MIRROR ?= http://php.net/distributions/ TMPDIR ?= /tmp makdir := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))