mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
21 lines
740 B
JSON
21 lines
740 B
JSON
{
|
|
"version": "2.096.1",
|
|
"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.096.1/dmd.2.096.1.windows.7z",
|
|
"hash": "06d6d7ff6e5d4352ad37866b355aa5e2d4ae4ae2811c9602c6114c7449e2a777",
|
|
"extract_dir": "dmd2",
|
|
"bin": [
|
|
"windows\\bin\\dmd.exe",
|
|
"windows\\bin\\dub.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"
|
|
}
|
|
}
|