diff --git a/bucket/ldc.json b/bucket/ldc.json index ba12ac7909..b429310f4b 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.31.0", + "version": "1.32.0", "description": "LDC is LLVM based D-language compiler", "homepage": "https://dlang.org/", "license": { @@ -8,14 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.31.0/ldc2-1.31.0-windows-x64.7z", - "hash": "af77c7c6d3740f66f7a878c5a335d7082433544c0bca1fa3c9d694b9e3b2a930", - "extract_dir": "ldc2-1.31.0-windows-x64" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.32.0/ldc2-1.32.0-windows-x64.7z", + "hash": "936684f7c41f6455406f636d74095875de0f246c3be5d35cad636fdf4136102e", + "extract_dir": "ldc2-1.32.0-windows-x64" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.31.0/ldc2-1.31.0-windows-x86.7z", - "hash": "13cb835aa7c491fb46d2e0986a14d5952f625cf14b9c95acb4b8e4645a1121cb", - "extract_dir": "ldc2-1.31.0-windows-x86" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.32.0/ldc2-1.32.0-windows-x86.7z", + "hash": "2b15bdfabdeb0c7618b79c7cfcc847197a370fa6ca1b61f79436786db0181c9d", + "extract_dir": "ldc2-1.32.0-windows-x86" } }, "env_add_path": "bin",