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