diff options
-rw-r--r-- | python/google-api-python-client/google-api-python-client.SlackBuild | 4 | ||||
-rw-r--r-- | python/google-api-python-client/google-api-python-client.info | 6 |
2 files changed, 5 insertions, 5 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 749edafb97..6fc51a4550 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-2016 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2015-2017 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.5.5} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/google-api-python-client/google-api-python-client.info b/python/google-api-python-client/google-api-python-client.info index 493792178c..e8df0c6912 100644 --- a/python/google-api-python-client/google-api-python-client.info +++ b/python/google-api-python-client/google-api-python-client.info @@ -1,8 +1,8 @@ PRGNAM="google-api-python-client" -VERSION="1.5.5" +VERSION="1.6.2" HOMEPAGE="https://github.com/google/google-api-python-client/" -DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.5.5.tar.gz" -MD5SUM="b5adb22e8d770afd623a996bd19cd9b8" +DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.6.2.tar.gz" +MD5SUM="fc4baf6123229ba1f82c74b6118c0acc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="httplib2 python-uri-templates python-oauth2client" |