2020-03-09 09:01:53 +00:00

21 lines
740 B
JSON

{
"version": "2.091.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.091.0/dmd.2.091.0.windows.7z",
"hash": "d1d6fb6a138489d3593a7c5f8b19599b6c99a44ee78ae1bde35c7dea2a81cbaa",
"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"
}
}