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/GitPython/GitPython.SlackBuild | |
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/GitPython/GitPython.SlackBuild')
-rw-r--r-- | libraries/GitPython/GitPython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |