mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/dropbox-python: Updated for version 5.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c8f36b74a9
commit
c46028be6b
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.1}
|
||||
VERSION=${VERSION:-5.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dropbox-python"
|
||||
VERSION="5.2.1"
|
||||
VERSION="5.2.2"
|
||||
HOMEPAGE="http://www.dropbox.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-5.2.1.tar.gz"
|
||||
MD5SUM="ccc5cbf0bf7fde85f10cae418a5e6044"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-5.2.2.tar.gz"
|
||||
MD5SUM="3e1ac5d74f4b9be6eb8d29825d3a485e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-urllib3 six python-requests"
|
||||
|
|
Loading…
Reference in a new issue