ldc: Update to version 1.40.1

This commit is contained in:
github-actions[bot] 2025-03-20 16:30:31 +00:00
parent 9dd18dad4c
commit f1c60e6934

View File

@ -1,5 +1,5 @@
{ {
"version": "1.40.0", "version": "1.40.1",
"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.40.0/ldc2-1.40.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.1/ldc2-1.40.1-windows-x64.7z",
"hash": "57acfce11e746719e23fbc0dc116782d14208edcb468793c0476134594befd9f", "hash": "6f3333e6c8b5650be0af67795b000d6ea588ccfecda987986c795ec4bd175e85",
"extract_dir": "ldc2-1.40.0-windows-x64" "extract_dir": "ldc2-1.40.1-windows-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.1/ldc2-1.40.1-windows-x86.7z",
"hash": "33019e8e09a50e3b257d24e61b0bc7e338f81e6da60f1eb7ef6726d3e314e725", "hash": "73ee2bab5655761addfe7fcd357f173d0ae56ada5be68a8706e78daf99a81acf",
"extract_dir": "ldc2-1.40.0-windows-x86" "extract_dir": "ldc2-1.40.1-windows-x86"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",