python/python-oauth2client: Updated for version 2.1.0.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-05-30 08:53:16 +02:00 committed by Willy Sudiarto Raharjo
parent 51418341ae
commit 20c738bf85
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
PRGNAM=python-oauth2client
SRCNAM=oauth2client
VERSION=${VERSION:-2.0.2}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-oauth2client"
VERSION="2.0.2"
VERSION="2.1.0"
HOMEPAGE="https://github.com/google/oauth2client/"
DOWNLOAD="https://github.com/google/oauth2client/archive/v2.0.2.tar.gz"
MD5SUM="8f6617e3dd3beb46f5b91794ab50fa6b"
DOWNLOAD="https://github.com/google/oauth2client/archive/v2.1.0.tar.gz"
MD5SUM="31cf17622b54b8c491274a5ca7dc038e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycrypto"