diff --git a/bucket/git-up.json b/bucket/git-up.json index 34e59a7f36..71a76d244f 100644 --- a/bucket/git-up.json +++ b/bucket/git-up.json @@ -1,12 +1,12 @@ { - "homepage": "https://github.com/msiemens/PyGitUp", + "version": "2.0.2", "description": "A nicer 'git pull'", + "homepage": "https://github.com/msiemens/PyGitUp", "license": "MIT", - "version": "2.0.1", - "url": "https://github.com/msiemens/PyGitUp/archive/v2.0.1.zip", - "hash": "5bb49e1e108b2b6009804574060e18b8fe5e7cf93df509db88cd6a95dd840886", - "extract_dir": "PyGitUp-2.0.1", "depends": "python", + "url": "https://github.com/msiemens/PyGitUp/archive/v2.0.2.zip", + "hash": "d80cf7eb9276a855e1e36123e192fce5e9ec90da2b7d3ea3089e3b3f9f53a657", + "extract_dir": "PyGitUp-2.0.2", "post_install": [ "pushd \"$dir\"", "try {",