ldc: Update to version 1.19.0

This commit is contained in:
Richard Kuhnt 2019-12-20 15:01:59 +00:00
parent ddb0840b5e
commit 5de1c6c403

View File

@ -1,5 +1,5 @@
{ {
"version": "1.18.0", "version": "1.19.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.18.0/ldc2-1.18.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.19.0/ldc2-1.19.0-windows-x64.7z",
"extract_dir": "ldc2-1.18.0-windows-x64", "extract_dir": "ldc2-1.19.0-windows-x64",
"hash": "285290ebdd916c5be47f854e5245a3f80e4d013da423b43af6b4f7087ee9743e" "hash": "e0038e94174af64726fa713aa63d0fbf5290e911905e86901e74553604eb8a6c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.18.0/ldc2-1.18.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.19.0/ldc2-1.19.0-windows-x86.7z",
"extract_dir": "ldc2-1.18.0-windows-x86", "extract_dir": "ldc2-1.19.0-windows-x86",
"hash": "0dabdc87f484a1c3ed6101f776fb7a70b2acc55fd0d542eb14499f5fe883954c" "hash": "a619cc92142fa7c36056e3e5db68a5d761eb470039f18ad489b1618d3112f576"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",