mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/dropbox-python: Updated for version 6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4ff60e51ab
commit
7f10e6c88c
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=dropbox-python
|
||||
SCRNAM=$(printf $PRGNAM | cut -c1-7)
|
||||
VERSION=${VERSION:-5.2.2}
|
||||
VERSION=${VERSION:-6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dropbox-python"
|
||||
VERSION="5.2.2"
|
||||
VERSION="6.0"
|
||||
HOMEPAGE="http://www.dropbox.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-5.2.2.tar.gz"
|
||||
MD5SUM="3e1ac5d74f4b9be6eb8d29825d3a485e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-6.0.tar.gz"
|
||||
MD5SUM="4d670b032522a05ba91c81056ab64afc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-urllib3 six python-requests"
|
||||
|
|
Loading…
Reference in a new issue