ldc: Update to version 1.21.0

This commit is contained in:
Jakub Čábera 2020-04-24 11:17:48 +02:00
parent 2cb9a217f8
commit 6b22364a45

View File

@ -1,5 +1,5 @@
{ {
"version": "1.20.1", "version": "1.21.0",
"homepage": "https://dlang.org/", "homepage": "https://dlang.org/",
"description": "LDC is LLVM based D-language compiler", "description": "LDC is LLVM based D-language compiler",
"license": { "license": {
@ -8,14 +8,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.20.1/ldc2-1.20.1-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.21.0/ldc2-1.21.0-windows-x64.7z",
"extract_dir": "ldc2-1.20.1-windows-x64", "extract_dir": "ldc2-1.21.0-windows-x64",
"hash": "1332d35f68fddde228f996ce7bb85ef4b73f9248aa9e8fdf0fe3601357958a2e" "hash": "88202c5b437106a4c32d5a293403b6daa47d6648e219a106916e391e58152b17"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.20.1/ldc2-1.20.1-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.21.0/ldc2-1.21.0-windows-x86.7z",
"extract_dir": "ldc2-1.20.1-windows-x86", "extract_dir": "ldc2-1.21.0-windows-x86",
"hash": "72aa50e81a7755a4711b9a0f0a93d095422a66d98db4bf61fe63810845446da2" "hash": "29161f831b81b41ddc2620701ceac6c520d4a9e95e19505f02e983cf673aa613"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",