ldc: Update to version 1.25.0

This commit is contained in:
Jakub Čábera 2021-02-22 07:54:46 +01:00
parent 335b3de8db
commit 53a21a83db

View File

@ -1,5 +1,5 @@
{ {
"version": "1.24.0", "version": "1.25.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.24.0/ldc2-1.24.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.25.0/ldc2-1.25.0-windows-x64.7z",
"extract_dir": "ldc2-1.24.0-windows-x64", "extract_dir": "ldc2-1.25.0-windows-x64",
"hash": "aee8bed54166872e0ec1f4d2c44744f81a34755dafa01f5ecad43f127a12925f" "hash": "61cf6f83a52ec3b4a7f19f827e80ac80cf0aab1bdecd2dba8753513ac1d67ddd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.24.0/ldc2-1.24.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.25.0/ldc2-1.25.0-windows-x86.7z",
"extract_dir": "ldc2-1.24.0-windows-x86", "extract_dir": "ldc2-1.25.0-windows-x86",
"hash": "593d8eacfffb9ed0286138bf02926a51850427678835350ef9cb3b291cb87482" "hash": "891dbc621fa741b099beaf0badecbbaf2bd4ab86a3b12dbb9d732c89e9c53dc6"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",