git-up: Update to version 2.0.2

This commit is contained in:
Jakub Čábera 2020-12-30 17:07:25 +01:00
parent 42531b5ae2
commit 075914e0fd

View File

@ -1,12 +1,12 @@
{ {
"homepage": "https://github.com/msiemens/PyGitUp", "version": "2.0.2",
"description": "A nicer 'git pull'", "description": "A nicer 'git pull'",
"homepage": "https://github.com/msiemens/PyGitUp",
"license": "MIT", "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", "depends": "python",
"url": "https://github.com/msiemens/PyGitUp/archive/v2.0.2.zip",
"hash": "d80cf7eb9276a855e1e36123e192fce5e9ec90da2b7d3ea3089e3b3f9f53a657",
"extract_dir": "PyGitUp-2.0.2",
"post_install": [ "post_install": [
"pushd \"$dir\"", "pushd \"$dir\"",
"try {", "try {",