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
479 B
JSON

{
"version": "v0.5",
"license": "https://github.com/cortesi/devd/blob/master/LICENSE",
"url": "https://github.com/cortesi/devd/releases/download/v0.5/devd-0.5-windows64.zip",
"homepage": "http://corte.si/posts/devd/intro/index.html",
"hash": "c8d2e728ecdb6b5c863a37527f1517b29c25aca4f5286be9bade2f81ee784e8c",
"extract_dir": "devd-0.5-windows64",
"bin": "devd.exe",
"checkver": {
"github": "https://github.com/cortesi/devd"
}
}