2019-08-14 18:39:36 -07:00

26 lines
760 B
JSON

{
"homepage": "https://github.com/msiemens/PyGitUp",
"description": "A nicer 'git pull'",
"license": "MIT",
"version": "1.6.1",
"url": "https://github.com/msiemens/PyGitUp/archive/v1.6.1.zip",
"hash": "a512da35867a9ccb1861b23c4a1623ed2d9845eb769aea5987495c162b50a652",
"extract_dir": "PyGitUp-1.6.1",
"depends": "python",
"post_install": [
"pushd \"$dir\"",
"try {",
" scoop reset python",
" iex \"$(scoop which python) setup.py install\"",
"}",
"finally {",
" popd",
"}"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/msiemens/PyGitUp/archive/v$version.zip",
"extract_dir": "PyGitUp-$version"
}
}