mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "1.25.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.25.0/ldc2-1.25.0-windows-x64.7z",
|
|
"extract_dir": "ldc2-1.25.0-windows-x64",
|
|
"hash": "61cf6f83a52ec3b4a7f19f827e80ac80cf0aab1bdecd2dba8753513ac1d67ddd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.25.0/ldc2-1.25.0-windows-x86.7z",
|
|
"extract_dir": "ldc2-1.25.0-windows-x86",
|
|
"hash": "891dbc621fa741b099beaf0badecbbaf2bd4ab86a3b12dbb9d732c89e9c53dc6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|