diff options
-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" |