mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "1.29.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.29.0/ldc2-1.29.0-windows-x64.7z",
|
|
"hash": "b2f2f5a725df2d7eef8908cc194df9dbe9deeb281a3a41363b2df693368137b1",
|
|
"extract_dir": "ldc2-1.29.0-windows-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.29.0/ldc2-1.29.0-windows-x86.7z",
|
|
"hash": "3560b7b69c9a8fa2a8c9fd3f4cb7df987cb6278155bffb35d5ea6341052d0ddf",
|
|
"extract_dir": "ldc2-1.29.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"
|
|
}
|
|
}
|
|
}
|
|
}
|