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

{
"version": "0.3",
"license": "https://github.com/cortesi/modd/blob/master/LICENSE",
"url": "https://github.com/cortesi/modd/releases/download/v0.3/modd-0.3-windows64.zip",
"homepage": "https://corte.si/posts/modd/announce/index.html",
"hash": "91be7051e8fd7893192688ff4cc3daec887dc05fc6fa0a6565dd5b5bce374e44",
"extract_dir": "modd-0.3-windows64",
"bin": "modd.exe",
"checkver": {
"github": "https://github.com/cortesi/modd"
}
}