python/python-oauth2client: Updated for version 4.0.0.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-11-15 19:48:04 +01:00 committed by Willy Sudiarto Raharjo
parent 08c597db8a
commit 2f957f85b0
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:-3.0.0}
VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-oauth2client"
VERSION="3.0.0"
VERSION="4.0.0"
HOMEPAGE="https://github.com/google/oauth2client/"
DOWNLOAD="https://github.com/google/oauth2client/archive/v3.0.0.tar.gz"
MD5SUM="99b608799eec755bd9c873813310177e"
DOWNLOAD="https://github.com/google/oauth2client/archive/v4.0.0.tar.gz"
MD5SUM="c3270b853d66227960b9e04131faf604"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycrypto"