File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ environment:
3030
3131# cache relative to C:\projects\visuald
3232cache :
33- - C:\projects\cache\dmd2105_2 .7z
33+ - C:\projects\cache\dmd2109_1 .7z
3434 - C:\projects\cache\cd851.zip
3535 - C:\projects\cache\VisualD-v0.50.1.exe
3636 - C:\projects\cache\binutils-2.25.tar.gz
@@ -55,10 +55,10 @@ install:
5555 # Download & extract D compiler
5656 - ps : |
5757 If ($Env:D_COMPILER -eq 'dmd') {
58- If (-not (Test-Path 'cache\dmd2105_2 .7z')) {
59- Start-FileDownload 'http://downloads.dlang.org/releases/2.x/2.105.2 /dmd.2.105.2 .windows.7z' -FileName 'cache\dmd2105_2 .7z'
58+ If (-not (Test-Path 'cache\dmd2109_1 .7z')) {
59+ Start-FileDownload 'http://downloads.dlang.org/releases/2.x/2.109.1 /dmd.2.109.1 .windows.7z' -FileName 'cache\dmd2109_1 .7z'
6060 }
61- 7z x cache\dmd2105_2 .7z > $null
61+ 7z x cache\dmd2109_1 .7z > $null
6262 Set-Item -path env:DMD -value c:\projects\dmd2\windows\bin\dmd.exe
6363 } ElseIf ($Env:D_COMPILER -eq 'dmd-nightly') {
6464 Start-FileDownload 'http://nightlies.dlang.org/dmd-nightly/dmd.master.windows.7z' -FileName 'dmd2.7z'
You can’t perform that action at this time.
0 commit comments