ldc: Update to version 1.32.0

This commit is contained in:
github-actions[bot] 2023-03-12 16:28:49 +00:00
parent cada8dea62
commit f9471c0faf

View File

@ -1,5 +1,5 @@
{ {
"version": "1.31.0", "version": "1.32.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.31.0/ldc2-1.31.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.32.0/ldc2-1.32.0-windows-x64.7z",
"hash": "af77c7c6d3740f66f7a878c5a335d7082433544c0bca1fa3c9d694b9e3b2a930", "hash": "936684f7c41f6455406f636d74095875de0f246c3be5d35cad636fdf4136102e",
"extract_dir": "ldc2-1.31.0-windows-x64" "extract_dir": "ldc2-1.32.0-windows-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.31.0/ldc2-1.31.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.32.0/ldc2-1.32.0-windows-x86.7z",
"hash": "13cb835aa7c491fb46d2e0986a14d5952f625cf14b9c95acb4b8e4645a1121cb", "hash": "2b15bdfabdeb0c7618b79c7cfcc847197a370fa6ca1b61f79436786db0181c9d",
"extract_dir": "ldc2-1.31.0-windows-x86" "extract_dir": "ldc2-1.32.0-windows-x86"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",