libraries/dropbox-python: Updated for version 5.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9d318af456
commit
8edc6b0d04
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for dropbox-python
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=dropbox-python
|
||||
SCRNAM=$(printf $PRGNAM | cut -c1-7)
|
||||
VERSION=${VERSION:-4.0}
|
||||
VERSION=${VERSION:-5.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dropbox-python"
|
||||
VERSION="4.0"
|
||||
VERSION="5.2.1"
|
||||
HOMEPAGE="http://www.dropbox.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-4.0.tar.gz"
|
||||
MD5SUM="0a68c0a0a4d7cfa88f3e6cde925d6f39"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-5.2.1.tar.gz"
|
||||
MD5SUM="ccc5cbf0bf7fde85f10cae418a5e6044"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-urllib3 six python-requests"
|
||||
|
|
Loading…
Reference in New Issue