2019-12-20 15:01:59 +00:00

38 lines
1.5 KiB
JSON

{
"version": "1.19.0",
"homepage": "https://dlang.org/",
"description": "LDC is LLVM based D-language compiler",
"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.19.0/ldc2-1.19.0-windows-x64.7z",
"extract_dir": "ldc2-1.19.0-windows-x64",
"hash": "e0038e94174af64726fa713aa63d0fbf5290e911905e86901e74553604eb8a6c"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.19.0/ldc2-1.19.0-windows-x86.7z",
"extract_dir": "ldc2-1.19.0-windows-x86",
"hash": "a619cc92142fa7c36056e3e5db68a5d761eb470039f18ad489b1618d3112f576"
}
},
"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"
}
}
}
}