2019-10-16 23:00:31 +00:00

38 lines
1.5 KiB
JSON

{
"version": "1.18.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.18.0/ldc2-1.18.0-windows-x64.7z",
"extract_dir": "ldc2-1.18.0-windows-x64",
"hash": "285290ebdd916c5be47f854e5245a3f80e4d013da423b43af6b4f7087ee9743e"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.18.0/ldc2-1.18.0-windows-x86.7z",
"extract_dir": "ldc2-1.18.0-windows-x86",
"hash": "0dabdc87f484a1c3ed6101f776fb7a70b2acc55fd0d542eb14499f5fe883954c"
}
},
"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"
}
}
}
}