From dc69309e798f542114bf71018aec7876013d58d5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 16 Oct 2019 23:00:31 +0000 Subject: [PATCH] ldc: Update to version 1.18.0 --- bucket/ldc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ldc.json b/bucket/ldc.json index 5688c51a64..8fde9fccf6 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.17.0", + "version": "1.18.0", "homepage": "https://dlang.org/", "description": "LDC is LLVM based D-language compiler", "license": { @@ -8,14 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.17.0/ldc2-1.17.0-windows-x64.7z", - "extract_dir": "ldc2-1.17.0-windows-x64", - "hash": "a36875ca90287c37e4dec63b98b8bc178aa1f3dcc1982114656c8fe576f1ee47" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.18.0/ldc2-1.18.0-windows-x64.7z", + "extract_dir": "ldc2-1.18.0-windows-x64", + "hash": "285290ebdd916c5be47f854e5245a3f80e4d013da423b43af6b4f7087ee9743e" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.17.0/ldc2-1.17.0-windows-x86.7z", - "extract_dir": "ldc2-1.17.0-windows-x86", - "hash": "96e7ab01119bef6e737aefeb0798ad4131e22a3bc3e95a98df7decaf200da27d" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.18.0/ldc2-1.18.0-windows-x86.7z", + "extract_dir": "ldc2-1.18.0-windows-x86", + "hash": "0dabdc87f484a1c3ed6101f776fb7a70b2acc55fd0d542eb14499f5fe883954c" } }, "env_add_path": "bin",