diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-19 10:59:17 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:09:07 +0000 |
commit | 0a6f252a1d837ecff7d76bf8489f22bbaae01525 (patch) | |
tree | e5d5f73d088ac1d2680e0ad27e89fbcb262fe427 /libraries/GitPython | |
parent | 30984a426404dc1ca8945b1bcfddb43a6b4fa9f1 (diff) | |
download | slackbuilds-0a6f252a1d837ecff7d76bf8489f22bbaae01525.tar.gz |
libraries/GitPython: Updated for version 2.1.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/GitPython')
-rw-r--r-- | libraries/GitPython/GitPython.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/GitPython/GitPython.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/GitPython/GitPython.SlackBuild b/libraries/GitPython/GitPython.SlackBuild index 7e53f81362..57483aaecb 100644 --- a/libraries/GitPython/GitPython.SlackBuild +++ b/libraries/GitPython/GitPython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GitPython -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=GitPython -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info index c31059f925..c2a1d23351 100644 --- a/libraries/GitPython/GitPython.info +++ b/libraries/GitPython/GitPython.info @@ -1,8 +1,8 @@ PRGNAM="GitPython" -VERSION="2.1.1" +VERSION="2.1.3" HOMEPAGE="https://github.com/gitpython-developers/GitPython" -DOWNLOAD="https://pypi.python.org/packages/21/13/8d0981cee1c5b9dd7fa9f836ed7c304891686f300572c03a49e52c07c04c/GitPython-2.1.1.tar.gz" -MD5SUM="77f8339e68dedb6d7c4e26371a588ed9" +DOWNLOAD="https://pypi.python.org/packages/e8/87/a1cdd8b210e4b825ec34fef996d2680dc00ee9517379c167e9a57af0664e/GitPython-2.1.3.tar.gz" +MD5SUM="6cd18008c03a767740f3bf6d89ef79bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gitdb2" |