libraries/GitPython: Updated for version 0.3.2.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2014-11-19 14:28:02 +02:00 committed by Willy Sudiarto Raharjo
parent 279120e744
commit 2949e304e5
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}
VERSION=${VERSION:-0.3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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