From 2d31be27084949b003682b7ddbd53038744427e6 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 22 Jan 2017 19:13:19 +1100 Subject: [PATCH] haxe 3.4.0-rc.2 (autoupdate: handle extract_dir doesn't match version) --- haxe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxe.json b/haxe.json index 7889039728..dee0fbf560 100644 --- a/haxe.json +++ b/haxe.json @@ -15,10 +15,10 @@ "depends": "neko", "checkver": { "url": "https://haxe.org/download/list/", - "re": "The current stable version is ]+>([\\d.\\-rc]+)" + "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-$version" + "extract_dir": "haxe-$match2$match3$match4" } }