2020-08-26 08:01:49 +00:00

26 lines
760 B
JSON

{
"homepage": "https://github.com/msiemens/PyGitUp",
"description": "A nicer 'git pull'",
"license": "MIT",
"version": "2.0.1",
"url": "https://github.com/msiemens/PyGitUp/archive/v2.0.1.zip",
"hash": "5bb49e1e108b2b6009804574060e18b8fe5e7cf93df509db88cd6a95dd840886",
"extract_dir": "PyGitUp-2.0.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"
}
}