mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "1.32.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.32.0/ldc2-1.32.0-windows-x64.7z",
|
|
"hash": "936684f7c41f6455406f636d74095875de0f246c3be5d35cad636fdf4136102e",
|
|
"extract_dir": "ldc2-1.32.0-windows-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.32.0/ldc2-1.32.0-windows-x86.7z",
|
|
"hash": "2b15bdfabdeb0c7618b79c7cfcc847197a370fa6ca1b61f79436786db0181c9d",
|
|
"extract_dir": "ldc2-1.32.0-windows-x86"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|