libraries/GitPython: Updated for version 0.3.6.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-01-23 06:06:19 +02:00 committed by Willy Sudiarto Raharjo
parent 56e3737626
commit 8e89ae549a
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:-0.3.2.1}
VERSION=${VERSION:-0.3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="GitPython"
VERSION="0.3.2.1"
VERSION="0.3.6"
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-0.3.2.1.tar.gz"
MD5SUM="a8e8d3875d71c09993d078527d8c327e"
DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-0.3.6.tar.gz"
MD5SUM="87404ab9e0fcee81e660e932b3d9f2c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gitdb"