libraries/GitPython: Updated for version 2.1.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-12-08 19:29:23 +02:00 committed by David Spencer
parent ff941389ef
commit 3c13c38c82
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.1.0}
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="GitPython"
VERSION="2.1.0"
VERSION="2.1.1"
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
DOWNLOAD="https://pypi.python.org/packages/d7/16/e914d345d7d4e988f9196b9719a99220bad6a5dbd636162f9b5cc35f3bd6/GitPython-2.1.0.tar.gz"
MD5SUM="29b1fcf504d080dc7a5e630957e829d7"
DOWNLOAD="https://pypi.python.org/packages/21/13/8d0981cee1c5b9dd7fa9f836ed7c304891686f300572c03a49e52c07c04c/GitPython-2.1.1.tar.gz"
MD5SUM="77f8339e68dedb6d7c4e26371a588ed9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gitdb2"