diff --git a/bucket/ldc.json b/bucket/ldc.json index 8fde9fccf6..fef8d5e1d3 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.18.0", + "version": "1.19.0", "homepage": "https://dlang.org/", "description": "LDC is LLVM based D-language compiler", "license": { @@ -8,14 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.18.0/ldc2-1.18.0-windows-x64.7z", - "extract_dir": "ldc2-1.18.0-windows-x64", - "hash": "285290ebdd916c5be47f854e5245a3f80e4d013da423b43af6b4f7087ee9743e" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.19.0/ldc2-1.19.0-windows-x64.7z", + "extract_dir": "ldc2-1.19.0-windows-x64", + "hash": "e0038e94174af64726fa713aa63d0fbf5290e911905e86901e74553604eb8a6c" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.18.0/ldc2-1.18.0-windows-x86.7z", - "extract_dir": "ldc2-1.18.0-windows-x86", - "hash": "0dabdc87f484a1c3ed6101f776fb7a70b2acc55fd0d542eb14499f5fe883954c" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.19.0/ldc2-1.19.0-windows-x86.7z", + "extract_dir": "ldc2-1.19.0-windows-x86", + "hash": "a619cc92142fa7c36056e3e5db68a5d761eb470039f18ad489b1618d3112f576" } }, "env_add_path": "bin",