Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

21 lines
609 B
JSON

{
"homepage": "http://haxe.org/",
"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"
],
"env_set": {
"HAXEPATH": "$dir"
},
"depends": "neko",
"checkver": {
"url": "http://haxe.org/download/list/",
"re": "The current stable version is <a [^>]+>([\\d.\\-rc]+)"
}
}