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

14 lines
461 B
JSON

{
"version": "v0.33.0",
"license": "BSD",
"url": "https://github.com/facebook/flow/releases/download/v0.33.0/flow-win64-v0.33.0.zip",
"homepage": "https://flowtype.org/",
"hash": "5bcd5cab59c8c4406273a59df187473e9fd56e0e6a3a8b3de76a48b34412caac",
"bin": "flow.exe",
"extract_dir": "flow",
"checkver": {
"url": "https://github.com/facebook/flow/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}