ScoopInstaller_Main/git-up.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

20 lines
602 B
JSON

{
"version": "1.4.0",
"license": "https://github.com/msiemens/PyGitUp/blob/master/LICENCE",
"url": "https://github.com/msiemens/PyGitUp/archive/v1.4.0.zip",
"hash": "ed4c873b473e76e942089e17481db390809f4bbd906433e1d6373f9521c5640e",
"depends": "python",
"extract_dir": "PyGitUp-1.4.0",
"homepage": "https://github.com/msiemens/PyGitUp",
"post_install": "
pushd $dir
try {
scoop reset python
iex \"$(scoop which python) setup.py install\"
}
finally {
popd
}",
"checkver": "github"
}