ldc: Update to version 1.27.0

This commit is contained in:
Jakub Čábera 2021-08-01 02:14:40 -07:00
parent dc23456c46
commit f2810b855c

View File

@ -1,5 +1,5 @@
{
"version": "1.26.0",
"version": "1.27.0",
"description": "LDC is LLVM based D-language compiler",
"homepage": "https://dlang.org/",
"license": {
@ -8,14 +8,14 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.26.0/ldc2-1.26.0-windows-x64.7z",
"hash": "dd4297095d07aca4d221bdb42315662d3968daec8887379c48fdcac0ca6304bb",
"extract_dir": "ldc2-1.26.0-windows-x64"
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.27.0/ldc2-1.27.0-windows-x64.7z",
"hash": "a57cb73f4871b0ecccfe0ad489d432c728f249109ccf4a67aaa9602c8e1cf91d",
"extract_dir": "ldc2-1.27.0-windows-x64"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.26.0/ldc2-1.26.0-windows-x86.7z",
"hash": "fcdb1db8bb28e2eae8a50281549b37770d8c1ec9dc1c102e4b9ac5fc79815ca1",
"extract_dir": "ldc2-1.26.0-windows-x86"
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.27.0/ldc2-1.27.0-windows-x86.7z",
"hash": "11fda9b2759c90298856a32dabf5b7fd4bee4967f78f9b7b4f17f746b2ece946",
"extract_dir": "ldc2-1.27.0-windows-x86"
}
},
"env_add_path": "bin",