2020-08-20 09:06:33 +02:00

38 lines
1.5 KiB
JSON

{
"version": "1.23.0",
"description": "LDC is LLVM based D-language compiler",
"homepage": "https://dlang.org/",
"license": {
"identifier": "BSD-3-Clause,BSL-1.0,NCSA,MIT,GPL-2.0-or-later",
"url": "https://github.com/ldc-developers/ldc/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x64.7z",
"extract_dir": "ldc2-1.23.0-windows-x64",
"hash": "0aec6f6dba133e05a2723cf1c76c65001c3bdc20117e38a99d849a223bfbb448"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.23.0/ldc2-1.23.0-windows-x86.7z",
"extract_dir": "ldc2-1.23.0-windows-x86",
"hash": "03523cb1663e9a1c842f1082c8b5b369b566609eedc74a43d43cd6e67cedac4b"
}
},
"env_add_path": "bin",
"checkver": {
"github": "https://github.com/ldc-developers/ldc/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x64.7z",
"extract_dir": "ldc2-$version-windows-x64"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x86.7z",
"extract_dir": "ldc2-$version-windows-x86"
}
}
}
}