diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-03-02 19:44:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-04 07:37:27 +0700 |
commit | c3fb95d55e35cf0be33874f3ede274fa6c5f716f (patch) | |
tree | de77d99cef5fb9c8909fce8e212ebb7cc5edfe3e /python/google-api-python-client/google-api-python-client.SlackBuild | |
parent | 9e3e11024bafe823f8c57d774778007c3a90de2a (diff) |
python/google-api-python-client: Updated for version 1.5.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'python/google-api-python-client/google-api-python-client.SlackBuild')
-rw-r--r-- | python/google-api-python-client/google-api-python-client.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/google-api-python-client/google-api-python-client.SlackBuild b/python/google-api-python-client/google-api-python-client.SlackBuild index 08e12beb4aa5..6ccd282379bc 100644 --- a/python/google-api-python-client/google-api-python-client.SlackBuild +++ b/python/google-api-python-client/google-api-python-client.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for "google-api-python-client" # Copyright 2011-2015 Vincent Batts, Vienna, VA. USA -# 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 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=google-api-python-client -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |