mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
Add D language compiler (dmd) version 2.084.0 (#2949)
This commit is contained in:
parent
884f39b832
commit
9506aa386c
20
dmd.json
Normal file
20
dmd.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": "2.084.0",
|
||||
"description": "D is a general-purpose programming language with static typing, systems-level access, and C-like syntax",
|
||||
"url": "http://downloads.dlang.org/releases/2.x/2.084.0/dmd.2.084.0.windows.7z",
|
||||
"hash": "e4bf8b1832a7f3a76569e9abba168bd162c2dbaf1e94dd100f20aa21a7c3403f",
|
||||
"license": "BSL-1.0",
|
||||
"extract_dir": "dmd2",
|
||||
"bin": [
|
||||
"windows\\bin\\dmd.exe",
|
||||
"windows\\bin\\dub.exe"
|
||||
],
|
||||
"homepage": "https://dlang.org/",
|
||||
"checkver": {
|
||||
"url": "http://downloads.dlang.org/releases/LATEST",
|
||||
"regex": "([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "http://downloads.dlang.org/releases/$majorVersion.x/$version/dmd.$version.windows.7z"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user