mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
26 lines
760 B
JSON
26 lines
760 B
JSON
{
|
|
"version": "2.1.0",
|
|
"description": "A nicer 'git pull'",
|
|
"homepage": "https://github.com/msiemens/PyGitUp",
|
|
"license": "MIT",
|
|
"depends": "python",
|
|
"url": "https://github.com/msiemens/PyGitUp/archive/v2.1.0.zip",
|
|
"hash": "1597de69626dd4a315cf1f1c7e8b2ca4b3e63464cee570eac03e5c2a5ba8e661",
|
|
"extract_dir": "PyGitUp-2.1.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"
|
|
}
|
|
}
|