ldc: Update to version 1.27.1

This commit is contained in:
Jakub Čábera 2021-08-14 22:56:09 -07:00
parent f91c397ae0
commit e471477dab

View File

@ -1,5 +1,5 @@
{
"version": "1.27.0",
"version": "1.27.1",
"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.27.0/ldc2-1.27.0-windows-x64.7z",
"hash": "a57cb73f4871b0ecccfe0ad489d432c728f249109ccf4a67aaa9602c8e1cf91d",
"extract_dir": "ldc2-1.27.0-windows-x64"
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.27.1/ldc2-1.27.1-windows-x64.7z",
"hash": "9ce8ce8f50fbdce57dfa55a846eb103274bb6022ef6e2c06ed08b61fb8b5daf4",
"extract_dir": "ldc2-1.27.1-windows-x64"
},
"32bit": {
"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"
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.27.1/ldc2-1.27.1-windows-x86.7z",
"hash": "7fc62d87e11cb72b57689ede01f79076dd9cdce93ffce68f4a1194e7a3a3a2fc",
"extract_dir": "ldc2-1.27.1-windows-x86"
}
},
"env_add_path": "bin",