diff --git a/bucket/ldc.json b/bucket/ldc.json index d7b6d0a33b..75ef2c616a 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.35.0", + "version": "1.33.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.35.0/ldc2-1.35.0-windows-x64.7z", - "hash": "ca8c6ea65943572689ccca2e891d4721d7f87153bea8651ff98cc169e519ac70", - "extract_dir": "ldc2-1.35.0-windows-x64" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.33.0/ldc2-1.33.0-windows-x64.7z", + "hash": "1f5e1ad44b86ef320fd7ea2499c3cd8bb424999e59c1d14915141fdbca1b251b", + "extract_dir": "ldc2-1.33.0-windows-x64" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.35.0/ldc2-1.35.0-windows-x86.7z", - "hash": "c5c28657f3ec9ddf351e5132f47d9cc42d4d42862e520046170bc8587438865f", - "extract_dir": "ldc2-1.35.0-windows-x86" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.33.0/ldc2-1.33.0-windows-x86.7z", + "hash": "88671ce93c81a19b13a493ecc01cc8a44730616f20dc5de41e54c58e7d5a9698", + "extract_dir": "ldc2-1.33.0-windows-x86" } }, "env_add_path": "bin",