mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24:27 +00:00
haxe 3.4.0-rc.2 (autoupdate: handle extract_dir doesn't match version)
This commit is contained in:
parent
02d73e6864
commit
2d31be2708
@ -15,10 +15,10 @@
|
||||
"depends": "neko",
|
||||
"checkver": {
|
||||
"url": "https://haxe.org/download/list/",
|
||||
"re": "The current stable version is <a [^>]+>([\\d.\\-rc]+)"
|
||||
"re": "The current stable version is <a [^>]+>(([\\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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user