mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "1.24.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.24.0/ldc2-1.24.0-windows-x64.7z",
|
|
"extract_dir": "ldc2-1.24.0-windows-x64",
|
|
"hash": "aee8bed54166872e0ec1f4d2c44744f81a34755dafa01f5ecad43f127a12925f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.24.0/ldc2-1.24.0-windows-x86.7z",
|
|
"extract_dir": "ldc2-1.24.0-windows-x86",
|
|
"hash": "593d8eacfffb9ed0286138bf02926a51850427678835350ef9cb3b291cb87482"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|