ScoopInstaller_Main/git-up.json
monotykamary 995bf8c631 Update git-up to 1.4.0 (#822)
SHA-256 taken from 7zip.
2016-05-05 08:15:26 +10:00

19 lines
576 B
JSON

{
"version": "1.4.0",
"license": "https://github.com/msiemens/PyGitUp/blob/master/LICENCE",
"url": "https://github.com/msiemens/PyGitUp/archive/v1.4.0.zip",
"hash": "ed4c873b473e76e942089e17481db390809f4bbd906433e1d6373f9521c5640e",
"depends": "python",
"extract_dir": "PyGitUp-1.4.0",
"homepage": "https://github.com/msiemens/PyGitUp",
"post_install": "
pushd $dir
try {
scoop reset python
iex \"$(scoop which python) setup.py install\"
}
finally {
popd
}"
}