2025-12-27 20:29:32 +00:00

26 lines
760 B
JSON

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