2019-06-20 18:00:25 +00:00

38 lines
1.5 KiB
JSON

{
"version": "1.16.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.16.0/ldc2-1.16.0-windows-x64.7z",
"extract_dir": "ldc2-1.16.0-windows-x64",
"hash": "a023607f8ce2702006646ea2918a482f7c1b553f9fa5184346151a95680622d3"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.16.0/ldc2-1.16.0-windows-x86.7z",
"extract_dir": "ldc2-1.16.0-windows-x86",
"hash": "debf421af1fd483b5283c50e3c8391fa88b96a178ea20da8a1820f47b4b2d73c"
}
},
"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"
}
}
}
}