From b0595ab56979b3db91086f772f9dd6e524341625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:30:01 +0000 Subject: [PATCH] ldc: Update to version 1.40.0 --- bucket/ldc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ldc.json b/bucket/ldc.json index 8c1688a083..090753a988 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.39.0", + "version": "1.40.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.39.0/ldc2-1.39.0-windows-x64.7z", - "hash": "a6d3e35abd5447ae8ea9d7b34b29023e91cda8aa095f6d6eca7edb1ac114f6e8", - "extract_dir": "ldc2-1.39.0-windows-x64" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-windows-x64.7z", + "hash": "57acfce11e746719e23fbc0dc116782d14208edcb468793c0476134594befd9f", + "extract_dir": "ldc2-1.40.0-windows-x64" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc2-1.39.0-windows-x86.7z", - "hash": "ce83a64dd4f176cb65fc738bcab1f2f3dcdf94a1238b933cee2af6bf46506537", - "extract_dir": "ldc2-1.39.0-windows-x86" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-windows-x86.7z", + "hash": "33019e8e09a50e3b257d24e61b0bc7e338f81e6da60f1eb7ef6726d3e314e725", + "extract_dir": "ldc2-1.40.0-windows-x86" } }, "env_add_path": "bin",