2024-10-05 20:26:44 +00:00

26 lines
760 B
JSON

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