From 579bf209e7bc96b7791f9e9a8f45c59ae5811cd6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 7 Mar 2020 18:01:54 +0000 Subject: [PATCH] ldc: Update to version 1.20.1 --- bucket/ldc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ldc.json b/bucket/ldc.json index ad684bfed0..afb897e05b 100644 --- a/bucket/ldc.json +++ b/bucket/ldc.json @@ -1,5 +1,5 @@ { - "version": "1.20.0", + "version": "1.20.1", "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.20.0/ldc2-1.20.0-windows-x64.7z", - "extract_dir": "ldc2-1.20.0-windows-x64", - "hash": "95218ef73f7cabad8139e7fd4c165b8a2d05db3be3e996526bdaab78d220f0ad" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.20.1/ldc2-1.20.1-windows-x64.7z", + "extract_dir": "ldc2-1.20.1-windows-x64", + "hash": "1332d35f68fddde228f996ce7bb85ef4b73f9248aa9e8fdf0fe3601357958a2e" }, "32bit": { - "url": "https://github.com/ldc-developers/ldc/releases/download/v1.20.0/ldc2-1.20.0-windows-x86.7z", - "extract_dir": "ldc2-1.20.0-windows-x86", - "hash": "39ff7408e21084161442fb95a1e077cbd136b5a88c68e046a687f9e38289173d" + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.20.1/ldc2-1.20.1-windows-x86.7z", + "extract_dir": "ldc2-1.20.1-windows-x86", + "hash": "72aa50e81a7755a4711b9a0f0a93d095422a66d98db4bf61fe63810845446da2" } }, "env_add_path": "bin",