ldc: Update to version 1.30.0

This commit is contained in:
github-actions[bot] 2022-07-20 20:29:47 +00:00
parent 87d5b2f8b0
commit 36fd8bff84

View File

@ -1,5 +1,5 @@
{ {
"version": "1.29.0", "version": "1.30.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.29.0/ldc2-1.29.0-windows-x64.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-windows-x64.7z",
"hash": "b2f2f5a725df2d7eef8908cc194df9dbe9deeb281a3a41363b2df693368137b1", "hash": "11af13c47d3f5bf9f445aa5a7e35016cfd08567d01949499469a358ebf6a1be7",
"extract_dir": "ldc2-1.29.0-windows-x64" "extract_dir": "ldc2-1.30.0-windows-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.29.0/ldc2-1.29.0-windows-x86.7z", "url": "https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-windows-x86.7z",
"hash": "3560b7b69c9a8fa2a8c9fd3f4cb7df987cb6278155bffb35d5ea6341052d0ddf", "hash": "55bae266af20f937406d14823e6f55061ac189bd77dbe2bed1478274baa8392f",
"extract_dir": "ldc2-1.29.0-windows-x86" "extract_dir": "ldc2-1.30.0-windows-x86"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",