mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
24 lines
851 B
JSON
24 lines
851 B
JSON
{
|
|
"version": "2.098.0",
|
|
"description": "D is a general-purpose programming language with static typing, systems-level access, and C-like syntax",
|
|
"homepage": "https://dlang.org/",
|
|
"license": "BSL-1.0",
|
|
"url": "http://downloads.dlang.org/releases/2.x/2.098.0/dmd.2.098.0.windows.7z",
|
|
"hash": "621c3786491576f1d36b2c5d93f5cd299c2b57c70331fcfadeb801a9aae4fa05",
|
|
"extract_dir": "dmd2",
|
|
"bin": [
|
|
"windows\\bin\\ddemangle.exe",
|
|
"windows\\bin\\dmd.exe",
|
|
"windows\\bin\\dub.exe",
|
|
"windows\\bin\\dustmite.exe",
|
|
"windows\\bin\\rdmd.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "http://downloads.dlang.org/releases/LATEST",
|
|
"regex": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "http://downloads.dlang.org/releases/$majorVersion.x/$version/dmd.$version.windows.7z"
|
|
}
|
|
}
|