Browse Source
python/python-oauth2client: Updated for version 4.0.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
pull/27/head
Marcel Saegebarth
9 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
4 additions and
4 deletions
-
python/python-oauth2client/python-oauth2client.SlackBuild
-
python/python-oauth2client/python-oauth2client.info
|
|
|
@ -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} |
|
|
|
|
|
|
|
|
|
|
|
@ -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" |
|
|
|
|