mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "1.22.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.22.0/ldc2-1.22.0-windows-x64.7z",
|
|
"extract_dir": "ldc2-1.22.0-windows-x64",
|
|
"hash": "a4f4c0568546543fbf451235d170169f4190f0d7b3bb99b705a7c462f7782cc8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.22.0/ldc2-1.22.0-windows-x86.7z",
|
|
"extract_dir": "ldc2-1.22.0-windows-x86",
|
|
"hash": "7ddd026999e2c4eb6f713edb8fc0f589929cf142b38af2b1161e58cc500274b6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|