ldc: Update to version 1.17.0

This commit is contained in:
Richard Kuhnt 2019-08-25 13:00:34 +00:00
parent e304fd977e
commit b101f99092

View File

@ -1,5 +1,5 @@
{ {
"version": "1.16.0", "version": "1.17.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.16.0/ldc2-1.16.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.17.0/ldc2-1.17.0-windows-x64.7z",
"extract_dir": "ldc2-1.16.0-windows-x64", "extract_dir": "ldc2-1.17.0-windows-x64",
"hash": "a023607f8ce2702006646ea2918a482f7c1b553f9fa5184346151a95680622d3" "hash": "a36875ca90287c37e4dec63b98b8bc178aa1f3dcc1982114656c8fe576f1ee47"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.16.0/ldc2-1.16.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.17.0/ldc2-1.17.0-windows-x86.7z",
"extract_dir": "ldc2-1.16.0-windows-x86", "extract_dir": "ldc2-1.17.0-windows-x86",
"hash": "debf421af1fd483b5283c50e3c8391fa88b96a178ea20da8a1820f47b4b2d73c" "hash": "96e7ab01119bef6e737aefeb0798ad4131e22a3bc3e95a98df7decaf200da27d"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",