@@ -356,19 +356,19 @@ export function installServeD(urls: { url: string, title: string }[], ref: strin
356
356
357
357
// add DCD binaries here as well
358
358
if ( process . platform == "linux" && process . arch == "x64" ) {
359
- urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.0 /dcd-v0.15.0 -linux-x86_64.tar.gz" , title : "DCD" } ) ;
359
+ urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.2 /dcd-v0.15.2 -linux-x86_64.tar.gz" , title : "DCD" } ) ;
360
360
}
361
361
else if ( process . platform == "darwin" && process . arch == "x64" ) {
362
- urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.0 /dcd-v0.15.0 -osx-x86_64.tar.gz" , title : "DCD" } ) ;
362
+ urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.2 /dcd-v0.15.2 -osx-x86_64.tar.gz" , title : "DCD" } ) ;
363
363
}
364
364
else if ( process . platform == "darwin" && process . arch == "arm64" ) {
365
- urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.0 /dcd-v0.15.0 -osx-arm64.tar.gz" , title : "DCD" } ) ;
365
+ urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.2 /dcd-v0.15.2 -osx-arm64.tar.gz" , title : "DCD" } ) ;
366
366
}
367
367
else if ( process . platform == "win32" ) {
368
368
if ( process . arch == "x64" )
369
- urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.0 /dcd-v0.15.0 -windows-x86_64.zip" , title : "DCD" } ) ;
369
+ urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.2 /dcd-v0.15.2 -windows-x86_64.zip" , title : "DCD" } ) ;
370
370
else
371
- urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.0 /dcd-v0.15.0 -windows-x86.zip" , title : "DCD" } ) ;
371
+ urls . push ( { url : "https://github.com/dlang-community/DCD/releases/download/v0.15.2 /dcd-v0.15.2 -windows-x86.zip" , title : "DCD" } ) ;
372
372
}
373
373
374
374
return ( env : any ) => new Promise ( ( done ) => {
0 commit comments