ScoopInstaller_Main/git-up.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

23 lines
715 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": {
"url": "https://github.com/msiemens/PyGitUp/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}