python/python-oauth2client: Updated for version 2.0.1.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-03-16 19:42:41 +01:00 committed by Willy Sudiarto Raharjo
parent 2e74523f62
commit d0c5de00d0
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="python-oauth2client"
VERSION="2.0.0"
VERSION="2.0.1"
HOMEPAGE="https://github.com/google/oauth2client/"
DOWNLOAD="https://github.com/google/oauth2client/archive/v2.0.0.tar.gz"
MD5SUM="42da4241079ecefecdef56c1d74a6dec"
DOWNLOAD="https://github.com/google/oauth2client/archive/v2.0.1.tar.gz"
MD5SUM="e1538ca6beb643fb1d6fc603ae351cd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycrypto"