Skip to content

Commit a48715a

Browse files
committed
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.
1 parent 935f53a commit a48715a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ endif
186186
################################################################################
187187

188188
# stable dub and dmd versions used to build dpl-docs
189-
STABLE_DMD_VER=2.072.2
189+
STABLE_DMD_VER=2.077.1
190190
STABLE_DMD_ROOT=$(GENERATED)/stable_dmd-$(STABLE_DMD_VER)
191191
STABLE_DMD_URL=http://downloads.dlang.org/releases/2.x/$(STABLE_DMD_VER)/dmd.$(STABLE_DMD_VER).$(OS).zip
192192
STABLE_DMD_BIN_ROOT=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODEL))

0 commit comments

Comments
 (0)