2020-02-14 23:01:49 +00:00

38 lines
1.5 KiB
JSON

{
"version": "1.20.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.20.0/ldc2-1.20.0-windows-x64.7z",
"extract_dir": "ldc2-1.20.0-windows-x64",
"hash": "95218ef73f7cabad8139e7fd4c165b8a2d05db3be3e996526bdaab78d220f0ad"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.20.0/ldc2-1.20.0-windows-x86.7z",
"extract_dir": "ldc2-1.20.0-windows-x86",
"hash": "39ff7408e21084161442fb95a1e077cbd136b5a88c68e046a687f9e38289173d"
}
},
"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"
}
}
}
}