libraries/GitPython: Updated for version 2.1.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-10-24 04:58:25 +03:00 committed by Willy Sudiarto Raharjo
parent aa1e60d3f2
commit 3e0da79833
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=GitPython
VERSION=${VERSION:-2.0.9}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="GitPython"
VERSION="2.0.9"
VERSION="2.1.0"
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
DOWNLOAD="https://pypi.python.org/packages/4b/f7/4ddb9678961c2284261bdfc94b02a04c7d1bc45a593414c2489e83e7b80e/GitPython-2.0.9.tar.gz"
MD5SUM="b45b441d573cc1aaa955204faf2f117e"
DOWNLOAD="https://pypi.python.org/packages/d7/16/e914d345d7d4e988f9196b9719a99220bad6a5dbd636162f9b5cc35f3bd6/GitPython-2.1.0.tar.gz"
MD5SUM="29b1fcf504d080dc7a5e630957e829d7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gitdb2"