diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-10 02:05:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-12 10:06:46 +0700 |
commit | 91919d8464da9ae681a5b3b462515334980c30b3 (patch) | |
tree | ef87ab7cd08be27e2c8dacdea521a032b55a8c32 | |
parent | 0859aab96881d0aeb55004ca1a2b61fb0e21ed61 (diff) | |
download | slackbuilds-91919d8464da9ae681a5b3b462515334980c30b3.tar.gz |
libraries/GitPython: Updated for version 1.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-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 f198b403e0..c6e247f7d3 100644 --- a/libraries/GitPython/GitPython.SlackBuild +++ b/libraries/GitPython/GitPython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GitPython -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014 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:-0.3.6} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info index 6d451a94c7..a633875151 100644 --- a/libraries/GitPython/GitPython.info +++ b/libraries/GitPython/GitPython.info @@ -1,8 +1,8 @@ PRGNAM="GitPython" -VERSION="0.3.6" +VERSION="1.0.0" HOMEPAGE="https://github.com/gitpython-developers/GitPython" -DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-0.3.6.tar.gz" -MD5SUM="87404ab9e0fcee81e660e932b3d9f2c6" +DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.0.tar.gz" +MD5SUM="c3833aad16d5660436e284d597ec1bec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gitdb" |