python/python-oauth2client: Updated for version 2.0.0.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-03-02 19:42:30 +01:00 committed by Willy Sudiarto Raharjo
parent 60859305ec
commit 9e3e11024b
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for "python-oauth2client".
# Copyright 2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -26,7 +26,7 @@
PRGNAM=python-oauth2client
SRCNAM=oauth2client
VERSION=${VERSION:-1.5.2}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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