libraries/GitPython: Updated for version 2.0.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-25 04:46:43 +03:00 committed by Willy Sudiarto Raharjo
parent 23dbc9d063
commit b70fd95c61
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.2}
VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="GitPython"
VERSION="2.0.2"
VERSION="2.0.3"
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
DOWNLOAD="https://github.com/gitpython-developers/GitPython/archive/2.0.2.tar.gz"
MD5SUM="91e0cd88a67e5a111b0ba6fde2f58d51"
DOWNLOAD="https://pypi.python.org/packages/87/eb/f5e6eb9f129532368242f8c36cec78c9c0a28f6b3a74de2ecf5a5fe56c4c/GitPython-2.0.3.tar.gz"
MD5SUM="5459f90fa49c23643420f9ce07830f22"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gitdb"