diff --git a/bucket/ldc.json b/bucket/ldc.json index 53b3e9f181..bf8e3c06dc 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.27.1", + "version": "1.28.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.27.1/ldc2-1.27.1-windows-x64.7z", - "hash": "9ce8ce8f50fbdce57dfa55a846eb103274bb6022ef6e2c06ed08b61fb8b5daf4", - "extract_dir": "ldc2-1.27.1-windows-x64" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.28.0/ldc2-1.28.0-windows-x64.7z", + "hash": "26bb3ece7774ef70d9c7485eab5fbc182d4e74411e4a8d2f339e9b421a76f069", + "extract_dir": "ldc2-1.28.0-windows-x64" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.27.1/ldc2-1.27.1-windows-x86.7z", - "hash": "7fc62d87e11cb72b57689ede01f79076dd9cdce93ffce68f4a1194e7a3a3a2fc", - "extract_dir": "ldc2-1.27.1-windows-x86" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.28.0/ldc2-1.28.0-windows-x86.7z", + "hash": "af5465b316dfb582ded4fd6f83dfa02dfdd896fad6d397cc53d098e3ba9f9281", + "extract_dir": "ldc2-1.28.0-windows-x86" } }, "env_add_path": "bin",