ldc: Update to version 1.24.0

This commit is contained in:
Jakub Čábera 2020-10-25 08:43:06 +01:00
parent 8e9681c644
commit 74c20e13bc

View File

@ -1,5 +1,5 @@
{ {
"version": "1.23.0", "version": "1.24.0",
"description": "LDC is LLVM based D-language compiler", "description": "LDC is LLVM based D-language compiler",
"homepage": "https://dlang.org/", "homepage": "https://dlang.org/",
"license": { "license": {
@ -8,14 +8,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.24.0/ldc2-1.24.0-windows-x64.7z",
"extract_dir": "ldc2-1.23.0-windows-x64", "extract_dir": "ldc2-1.24.0-windows-x64",
"hash": "0aec6f6dba133e05a2723cf1c76c65001c3bdc20117e38a99d849a223bfbb448" "hash": "aee8bed54166872e0ec1f4d2c44744f81a34755dafa01f5ecad43f127a12925f"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.24.0/ldc2-1.24.0-windows-x86.7z",
"extract_dir": "ldc2-1.23.0-windows-x86", "extract_dir": "ldc2-1.24.0-windows-x86",
"hash": "03523cb1663e9a1c842f1082c8b5b369b566609eedc74a43d43cd6e67cedac4b" "hash": "593d8eacfffb9ed0286138bf02926a51850427678835350ef9cb3b291cb87482"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",