diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-02-12 08:12:28 +0200 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-02-12 08:12:28 +0200 |
commit | 026ea9c6434d113313f0cecb76e1ed77b15a2cb9 (patch) | |
tree | 2f2510080e10d003c17c52ea3987a0864845aa0e /libraries/GitPython | |
parent | d20259b39995eb7361ca73a3fd72b290bdc89afa (diff) | |
download | slackbuilds-026ea9c6434d113313f0cecb76e1ed77b15a2cb9.tar.gz |
libraries/GitPython: Updated for version 1.0.2.
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 482f22dd7e..11fe308351 100644 --- a/libraries/GitPython/GitPython.SlackBuild +++ b/libraries/GitPython/GitPython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GitPython -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 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.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info index 385e508e78..b5040b0a62 100644 --- a/libraries/GitPython/GitPython.info +++ b/libraries/GitPython/GitPython.info @@ -1,8 +1,8 @@ PRGNAM="GitPython" -VERSION="1.0.1" +VERSION="1.0.2" HOMEPAGE="https://github.com/gitpython-developers/GitPython" -DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.1.tar.gz" -MD5SUM="4659644b42c41e5e5170c0cd83ed6422" +DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.2.tar.gz" +MD5SUM="d92d96a8da0fc77cf141d3e16084e094" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gitdb" |