From 1bcfc11c077dfbd587712d4f7d8d5bce95befef0 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Sun, 29 Nov 2015 03:10:56 +0800 Subject: [PATCH] Update haxe version. Update license of haxe and neko. --- haxe.json | 10 +++++----- neko.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/haxe.json b/haxe.json index f6570125eb..d7568e5ef2 100644 --- a/haxe.json +++ b/haxe.json @@ -1,10 +1,10 @@ { "homepage": "http://haxe.org/", - "version": "3.2.0", - "license": "GPL2", - "url": "http://haxe.org/website-content/downloads/3.2.0/downloads/haxe-3.2.0-win.zip", - "hash": "fd47a5e1dd45052714979c1b075b0c991bb9ec719396d8a767b6be5937875722", - "extract_dir": "haxe-3.2.0", + "version": "3.2.1", + "license": "http://haxe.org/foundation/open-source.html", + "url": "http://haxe.org/website-content/downloads/3.2.1/downloads/haxe-3.2.1-win.zip", + "hash": "af57d42ca474bba826426e9403b2cb21c210d56addc8bbc0e8fafa88b3660db3", + "extract_dir": "haxe-3.2.1", "bin": [ "haxe.exe", "haxelib.exe" diff --git a/neko.json b/neko.json index 3b8b920e16..ffddcbe6f2 100644 --- a/neko.json +++ b/neko.json @@ -1,7 +1,7 @@ { "homepage": "http://nekovm.org/", "version": "2.0.0", - "license": "LGPL2", + "license": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE", "url": "http://nekovm.org/_media/neko-2.0.0-win.zip", "hash": "66d3a332b670e5890a451c85eb104db4049aa1ea80fc838be493dd13f4869212", "extract_dir": "neko-2.0.0-win",