Rémy 2fa1b0112e Checkver add github helper
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.

`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
2017-01-01 18:22:31 +01:00

13 lines
403 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": {
"github": "https://github.com/facebook/flow"
}
}