mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "1.21.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.21.0/ldc2-1.21.0-windows-x64.7z",
|
|
"extract_dir": "ldc2-1.21.0-windows-x64",
|
|
"hash": "88202c5b437106a4c32d5a293403b6daa47d6648e219a106916e391e58152b17"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.21.0/ldc2-1.21.0-windows-x86.7z",
|
|
"extract_dir": "ldc2-1.21.0-windows-x86",
|
|
"hash": "29161f831b81b41ddc2620701ceac6c520d4a9e95e19505f02e983cf673aa613"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|