ldc: Update to version 1.26.0

This commit is contained in:
Jakub Čábera 2021-04-29 04:02:32 +02:00
parent 6df20911a9
commit eb3a0acaa4

View File

@ -1,5 +1,5 @@
{ {
"version": "1.25.1", "version": "1.26.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.25.1/ldc2-1.25.1-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.26.0/ldc2-1.26.0-windows-x64.7z",
"hash": "849d473ba5a769cb19978bd0cca5925d72b72f5f33a6b4ebb76f69c4ad459d62", "hash": "dd4297095d07aca4d221bdb42315662d3968daec8887379c48fdcac0ca6304bb",
"extract_dir": "ldc2-1.25.1-windows-x64" "extract_dir": "ldc2-1.26.0-windows-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.25.1/ldc2-1.25.1-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.26.0/ldc2-1.26.0-windows-x86.7z",
"hash": "0ed653edcab8819ed5de91d2e34c436a1430661a635ccb6c9ce461d30e935d7b", "hash": "fcdb1db8bb28e2eae8a50281549b37770d8c1ec9dc1c102e4b9ac5fc79815ca1",
"extract_dir": "ldc2-1.25.1-windows-x86" "extract_dir": "ldc2-1.26.0-windows-x86"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",