diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-03-02 19:42:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-04 07:37:27 +0700 |
commit | 9e3e11024bafe823f8c57d774778007c3a90de2a (patch) | |
tree | cabf66872ca43fa8c6c377f8728e2d98f2fba42f /python/python-oauth2client/python-oauth2client.SlackBuild | |
parent | 60859305ec4cc08f95eba024c8ec7d9309a58811 (diff) | |
download | slackbuilds-9e3e11024bafe823f8c57d774778007c3a90de2a.tar.gz |
python/python-oauth2client: Updated for version 2.0.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'python/python-oauth2client/python-oauth2client.SlackBuild')
-rw-r--r-- | python/python-oauth2client/python-oauth2client.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-oauth2client/python-oauth2client.SlackBuild b/python/python-oauth2client/python-oauth2client.SlackBuild index d9ec4c7fec..cf72ddb528 100644 --- a/python/python-oauth2client/python-oauth2client.SlackBuild +++ b/python/python-oauth2client/python-oauth2client.SlackBuild @@ -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} |