From f5b2763b3eb7ceff148418ea9225802e22850e2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 04:30:01 +0000 Subject: [PATCH] ldc: Update to version 1.41.0 --- bucket/ldc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ldc.json b/bucket/ldc.json index 9db6d1cb61..eddb962aec 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.40.1", + "version": "1.41.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.40.1/ldc2-1.40.1-windows-x64.7z", - "hash": "6f3333e6c8b5650be0af67795b000d6ea588ccfecda987986c795ec4bd175e85", - "extract_dir": "ldc2-1.40.1-windows-x64" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.41.0/ldc2-1.41.0-windows-x64.7z", + "hash": "1db11e5eeed10236729d45cde861fb5197d1cc716b4186600fca7fc6bb48c810", + "extract_dir": "ldc2-1.41.0-windows-x64" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.1/ldc2-1.40.1-windows-x86.7z", - "hash": "73ee2bab5655761addfe7fcd357f173d0ae56ada5be68a8706e78daf99a81acf", - "extract_dir": "ldc2-1.40.1-windows-x86" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.41.0/ldc2-1.41.0-windows-x86.7z", + "hash": "fed4c84dde0b805a3705c707b09c16f7ac2cd3ed167aa61101bb49c499a30ae9", + "extract_dir": "ldc2-1.41.0-windows-x86" } }, "env_add_path": "bin",