From b30d50417583fbe68437fdbaaafbed3b95db4aa9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 1 Feb 2017 19:54:16 +0100 Subject: [PATCH] Update haxe to version 3.4.0 (#1297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With `?-rc|()` and `?[\\d]+|()` there will always be a match with at least an empty string 👌 --- haxe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/haxe.json b/haxe.json index dee0fbf560..9c2af9e16e 100644 --- a/haxe.json +++ b/haxe.json @@ -1,10 +1,10 @@ { "homepage": "https://haxe.org/", - "version": "3.4.0-rc.2", + "version": "3.4.0", "license": "https://haxe.org/foundation/open-source.html", - "url": "https://haxe.org/website-content/downloads/3.4.0-rc.2/downloads/haxe-3.4.0-rc.2-win.zip", - "hash": "6bc4a74b6738c270673a8033e91caf381120d0315c84072e94f9079e268048d0", - "extract_dir": "haxe-3.4.0-rc2", + "url": "https://haxe.org/website-content/downloads/3.4.0/downloads/haxe-3.4.0-win.zip", + "hash": "9e9963ff3d166593efd736d3045863098391d94406ddb40898cc79307f1a06d4", + "extract_dir": "haxe-3.4.0", "bin": [ "haxe.exe", "haxelib.exe" @@ -15,10 +15,10 @@ "depends": "neko", "checkver": { "url": "https://haxe.org/download/list/", - "re": "The current stable version is ]+>(([\\d\\.]+)(-rc)?\\.?([\\d]+)?)" + "re": "The current stable version is ]+>((?[\\d.]+)(?-rc|())?\\.?(?[\\d]+|())?)" }, "autoupdate": { "url": "https://haxe.org/website-content/downloads/$version/downloads/haxe-$version-win.zip", - "extract_dir": "haxe-$match2$match3$match4" + "extract_dir": "haxe-$version$matchRc$matchBuild" } }