From 075914e0fdd404443407e8a97190f5f7d4ced3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 30 Dec 2020 17:07:25 +0100 Subject: [PATCH] git-up: Update to version 2.0.2 --- bucket/git-up.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {",