Skip to content

Commit 7b67f0d

Browse files
committed
appveyor: use dmd 2.109.1
1 parent 56f65b0 commit 7b67f0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ environment:
3030

3131
# cache relative to C:\projects\visuald
3232
cache:
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'

0 commit comments

Comments
 (0)