h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

21 lines
740 B
JSON

{
"version": "2.085.1",
"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.085.1/dmd.2.085.1.windows.7z",
"hash": "5f2525e11a6deaea78d29704a9b42adf65686a445157966403469cdbdd15a17a",
"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"
}
}