ldc: Update to version 1.33.0

This commit is contained in:
github-actions[bot] 2023-07-24 00:33:07 +00:00
parent b56f105d4f
commit 9b0ef1654e

View File

@ -1,5 +1,5 @@
{ {
"version": "1.32.2", "version": "1.33.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.32.2/ldc2-1.32.2-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.33.0/ldc2-1.33.0-windows-x64.7z",
"hash": "40ec845ef91ba6d3d247c56f8400554cf8710732a16063137e0fb4b504e767b9", "hash": "1f5e1ad44b86ef320fd7ea2499c3cd8bb424999e59c1d14915141fdbca1b251b",
"extract_dir": "ldc2-1.32.2-windows-x64" "extract_dir": "ldc2-1.33.0-windows-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.32.2/ldc2-1.32.2-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.33.0/ldc2-1.33.0-windows-x86.7z",
"hash": "4c67336d4f9738d35628f5e8d6f6c8f24915583d2c59914edfa83a0ce8395969", "hash": "88671ce93c81a19b13a493ecc01cc8a44730616f20dc5de41e54c58e7d5a9698",
"extract_dir": "ldc2-1.32.2-windows-x86" "extract_dir": "ldc2-1.33.0-windows-x86"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",