2019-11-02 22:00:21 +00:00

21 lines
740 B
JSON

{
"version": "2.089.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.089.0/dmd.2.089.0.windows.7z",
"hash": "7c044118cb468fb30ae00ce9336e88a0d30adccbc56e5ee9438262cd24cefb2f",
"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"
}
}