ScoopInstaller_Main/syncany-cli.json
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

16 lines
491 B
JSON

{
"homepage": "https://www.syncany.org/",
"license": "https://raw.githubusercontent.com/syncany/syncany/develop/LICENSE.md",
"version": "0.4.0",
"url": "https://www.syncany.org/dist/releases/syncany-cli-0.4.0-alpha.exe",
"hash": "386365f99ea985a9abedab58439980500b3b62592531cd44af32e30f63df232d",
"innosetup": true,
"bin": [
"bin\\sy.bat",
"bin\\syncany.bat"
],
"checkver": {
"github": "https://github.com/syncany/syncany"
}
}