diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-16 16:50:21 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:39 +0700 |
commit | 82fdd4c6e09aaedad4c73a17f938d4f6254121a3 (patch) | |
tree | 6a567ff366c695c1a5e3a8fc8fc16b3e1f094149 /libraries | |
parent | 2285498b5fc11840805c32af5f02d738c392f75e (diff) | |
download | slackbuilds-82fdd4c6e09aaedad4c73a17f938d4f6254121a3.tar.gz |
libraries/GitPython: Updated for version 1.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries')
-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 c6e247f7d3..482f22dd7e 100644 --- a/libraries/GitPython/GitPython.SlackBuild +++ b/libraries/GitPython/GitPython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GitPython -# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2015 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:-1.0.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info index a633875151..385e508e78 100644 --- a/libraries/GitPython/GitPython.info +++ b/libraries/GitPython/GitPython.info @@ -1,8 +1,8 @@ PRGNAM="GitPython" -VERSION="1.0.0" +VERSION="1.0.1" HOMEPAGE="https://github.com/gitpython-developers/GitPython" -DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.0.tar.gz" -MD5SUM="c3833aad16d5660436e284d597ec1bec" +DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.1.tar.gz" +MD5SUM="4659644b42c41e5e5170c0cd83ed6422" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gitdb" |