From 1e31d4b7cc35a7c1febecf170df868364f25375d Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 4 Nov 2017 04:20:46 +0100 Subject: [PATCH] Bump stable DMD and DUB version With DUB 1.6.0 (part of the DMD 2.077.0 release), DUB will retry downloads from the DUB registry and alternatively use fallback mirrors. --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index 6b39658d0d..251d899403 100644 --- a/posix.mak +++ b/posix.mak @@ -186,7 +186,7 @@ endif ################################################################################ # stable dub and dmd versions used to build dpl-docs -STABLE_DMD_VER=2.072.2 +STABLE_DMD_VER=2.077.1 STABLE_DMD_ROOT=$(GENERATED)/stable_dmd-$(STABLE_DMD_VER) STABLE_DMD_URL=http://downloads.dlang.org/releases/2.x/$(STABLE_DMD_VER)/dmd.$(STABLE_DMD_VER).$(OS).zip STABLE_DMD_BIN_ROOT=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODEL))