ldc: Update to version 1.18.0

This commit is contained in:
Richard Kuhnt 2019-10-16 23:00:31 +00:00
parent 9f29f94669
commit dc69309e79

View File

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