mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 06:41:22 +00:00
Add ldc version 1.12.0 (#2753)
This commit is contained in:
parent
9b5e6c767e
commit
f5ecc399bc
37
ldc.json
Normal file
37
ldc.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"version": "1.12.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.12.0/ldc2-1.12.0-windows-x64.7z",
|
||||
"extract_dir": "ldc2-1.12.0-windows-x64",
|
||||
"hash": "0ea1c4bca1c0503b422ae7e410a202c32255997681910d8cc9748a380a68df9e"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.12.0/ldc2-1.12.0-windows-x86.7z",
|
||||
"extract_dir": "ldc2-1.12.0-windows-x86",
|
||||
"hash": "48d291d136f376791eacb851d85053d50fd046cee4f6c421aa4ab77120e9e2dc"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user