From a84b15d9783f67fdb952ec05a475b3c959482c7d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 26 Aug 2020 08:01:49 +0000 Subject: [PATCH] git-up: Update to version 2.0.1 --- bucket/git-up.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/git-up.json b/bucket/git-up.json index c48e3037d4..34e59a7f36 100644 --- a/bucket/git-up.json +++ b/bucket/git-up.json @@ -2,10 +2,10 @@ "homepage": "https://github.com/msiemens/PyGitUp", "description": "A nicer 'git pull'", "license": "MIT", - "version": "2.0.0", - "url": "https://github.com/msiemens/PyGitUp/archive/v2.0.0.zip", - "hash": "c20fcd2316a6dc9814ad9cbca1b6038393c0e4cf6e84eb5886273eef033e36b6", - "extract_dir": "PyGitUp-2.0.0", + "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", "post_install": [ "pushd \"$dir\"",