python/google-api-python-client: Updated for version 1.6.2.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2017-03-23 20:12:15 +01:00 committed by David Spencer
parent 27f65f0b5e
commit 3b5dfef9c9
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"