diff --git a/bucket/ldc.json b/bucket/ldc.json index 401025a19d..c57b64efa4 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,21 +1,21 @@ { - "version": "1.22.0", - "homepage": "https://dlang.org/", + "version": "1.23.0", "description": "LDC is LLVM based D-language compiler", + "homepage": "https://dlang.org/", "license": { "identifier": "BSD-3-Clause,BSL-1.0,NCSA,MIT,GPL-2.0-or-later", "url": "https://github.com/ldc-developers/ldc/blob/master/LICENSE" }, "architecture": { "64bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.22.0/ldc2-1.22.0-windows-x64.7z", - "extract_dir": "ldc2-1.22.0-windows-x64", - "hash": "a4f4c0568546543fbf451235d170169f4190f0d7b3bb99b705a7c462f7782cc8" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x64.7z", + "extract_dir": "ldc2-1.23.0-windows-x64", + "hash": "0aec6f6dba133e05a2723cf1c76c65001c3bdc20117e38a99d849a223bfbb448" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.22.0/ldc2-1.22.0-windows-x86.7z", - "extract_dir": "ldc2-1.22.0-windows-x86", - "hash": "7ddd026999e2c4eb6f713edb8fc0f589929cf142b38af2b1161e58cc500274b6" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x86.7z", + "extract_dir": "ldc2-1.23.0-windows-x86", + "hash": "03523cb1663e9a1c842f1082c8b5b369b566609eedc74a43d43cd6e67cedac4b" } }, "env_add_path": "bin",