ldc: Update to version 1.23.0

This commit is contained in:
Jakub Čábera 2020-08-20 09:06:33 +02:00
parent 5f90d7ce41
commit 1964caa680

View File

@ -1,21 +1,21 @@
{ {
"version": "1.22.0", "version": "1.23.0",
"homepage": "https://dlang.org/",
"description": "LDC is LLVM based D-language compiler", "description": "LDC is LLVM based D-language compiler",
"homepage": "https://dlang.org/",
"license": { "license": {
"identifier": "BSD-3-Clause,BSL-1.0,NCSA,MIT,GPL-2.0-or-later", "identifier": "BSD-3-Clause,BSL-1.0,NCSA,MIT,GPL-2.0-or-later",
"url": "https://github.com/ldc-developers/ldc/blob/master/LICENSE" "url": "https://github.com/ldc-developers/ldc/blob/master/LICENSE"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.22.0/ldc2-1.22.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x64.7z",
"extract_dir": "ldc2-1.22.0-windows-x64", "extract_dir": "ldc2-1.23.0-windows-x64",
"hash": "a4f4c0568546543fbf451235d170169f4190f0d7b3bb99b705a7c462f7782cc8" "hash": "0aec6f6dba133e05a2723cf1c76c65001c3bdc20117e38a99d849a223bfbb448"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.22.0/ldc2-1.22.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x86.7z",
"extract_dir": "ldc2-1.22.0-windows-x86", "extract_dir": "ldc2-1.23.0-windows-x86",
"hash": "7ddd026999e2c4eb6f713edb8fc0f589929cf142b38af2b1161e58cc500274b6" "hash": "03523cb1663e9a1c842f1082c8b5b369b566609eedc74a43d43cd6e67cedac4b"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",