2021-09-23 19:00:38 +00:00

26 lines
760 B
JSON

{
"version": "2.0.3",
"description": "A nicer 'git pull'",
"homepage": "https://github.com/msiemens/PyGitUp",
"license": "MIT",
"depends": "python",
"url": "https://github.com/msiemens/PyGitUp/archive/v2.0.3.zip",
"hash": "98ea93812cc27aaf852e652f0772c50f8452ca9b5ff18cb3c8d8e547ba4f6c43",
"extract_dir": "PyGitUp-2.0.3",
"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"
}
}