mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/google-api-python-client: Updated for version 1.6.2.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
27f65f0b5e
commit
3b5dfef9c9
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue