diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-03-25 08:32:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:47 +0700 |
commit | 1bee5bcae1947d0ffba8b8cec53a4e53b40a3193 (patch) | |
tree | 2c48552d96f4b6550826a9921e8805718ff302bf /libraries/GitPython | |
parent | 6b6779fb653b6864e8e5050148227e032d6782c7 (diff) |
libraries/GitPython: Updated for version 2.1.9.
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 ffe2a134de96..bd34a0d3d945 100644 --- a/libraries/GitPython/GitPython.SlackBuild +++ b/libraries/GitPython/GitPython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GitPython -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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.7} +VERSION=${VERSION:-2.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info index c1e1d60ffd1e..5db212db63cd 100644 --- a/libraries/GitPython/GitPython.info +++ b/libraries/GitPython/GitPython.info @@ -1,8 +1,8 @@ PRGNAM="GitPython" -VERSION="2.1.7" +VERSION="2.1.9" HOMEPAGE="https://github.com/gitpython-developers/GitPython" -DOWNLOAD="https://pypi.python.org/packages/e1/ec/9f2bbc86a0188bf83221212be87fa4b70dc71a9385efcc95a25e9789894e/GitPython-2.1.7.tar.gz" -MD5SUM="a63fdd2a650694ea23e268fd0c952034" +DOWNLOAD="https://pypi.python.org/packages/60/5f/4980198a804838d42fed09364a6315ff4783706ecf46de21b7bb92354b2d/GitPython-2.1.9.tar.gz" +MD5SUM="e3bd0b32a5e2ec7ab3af803365447534" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gitdb2" |