From f5ecc399bca529be36ca6062fb3fb052bb7ff0e9 Mon Sep 17 00:00:00 2001 From: kiridaruma Date: Tue, 13 Nov 2018 00:43:33 +0900 Subject: [PATCH] Add ldc version 1.12.0 (#2753) --- ldc.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ldc.json diff --git a/ldc.json b/ldc.json new file mode 100644 index 0000000000..97776e740d --- /dev/null +++ b/ldc.json @@ -0,0 +1,37 @@ +{ + "version": "1.12.0", + "homepage": "https://dlang.org/", + "description": "LDC is LLVM based D-language compiler", + "license": { + "identifier": "BSD-3-Clause,BSL-1.0,NCSA,MIT,GPL-2.0-or-later", + "url": "https://github.com/ldc-developers/ldc/blob/master/LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.12.0/ldc2-1.12.0-windows-x64.7z", + "extract_dir": "ldc2-1.12.0-windows-x64", + "hash": "0ea1c4bca1c0503b422ae7e410a202c32255997681910d8cc9748a380a68df9e" + }, + "32bit": { + "url": "https://github.com/ldc-developers/ldc/releases/download/v1.12.0/ldc2-1.12.0-windows-x86.7z", + "extract_dir": "ldc2-1.12.0-windows-x86", + "hash": "48d291d136f376791eacb851d85053d50fd046cee4f6c421aa4ab77120e9e2dc" + } + }, + "env_add_path": "bin", + "checkver": { + "github": "https://github.com/ldc-developers/ldc/" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x64.7z", + "extract_dir": "ldc2-$version-windows-x64" + }, + "32bit": { + "url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x86.7z", + "extract_dir": "ldc2-$version-windows-x86" + } + } + } +}