python/python-oauth2client: Updated for version 1.5.2.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2015-11-20 10:05:08 +01:00 committed by Willy Sudiarto Raharjo
parent a4bae5c29e
commit 8af9625c65
2 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@
PRGNAM=python-oauth2client
SRCNAM=oauth2client
VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -1,8 +1,8 @@
PRGNAM="python-oauth2client"
VERSION="1.5.1"
VERSION="1.5.2"
HOMEPAGE="https://github.com/google/oauth2client/"
DOWNLOAD="https://github.com/google/oauth2client/archive/v1.5.1.tar.gz"
MD5SUM="2530d696a8e3526bafc72e37053034d8"
DOWNLOAD="https://github.com/google/oauth2client/archive/v1.5.2.tar.gz"
MD5SUM="68caf10316e78db0953899609927977c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools pycrypto"