From 85e96ac03daf200b5a77c0ef3085b660ca86ef1e Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 30 Jul 2018 19:12:01 +0200 Subject: [PATCH] Bump stable DUB/DMD --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index 211e48dcb0..8a2583dc54 100644 --- a/posix.mak +++ b/posix.mak @@ -180,7 +180,7 @@ DRUNTIME_LATEST_DIR=$G/druntime-${LATEST} PHOBOS_LATEST_DIR=$G/phobos-${LATEST} # stable dub and dmd versions used to build dpl-docs -STABLE_DMD_VER=2.078.2 +STABLE_DMD_VER=2.081.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))