libraries/dropbox-python: Updated for version 3.23.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-09-08 16:30:34 +03:00 committed by Willy Sudiarto Raharjo
parent bc024e75c2
commit f15d6a5832
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=dropbox-python
SCRNAM=$(printf $PRGNAM | cut -c1-7)
VERSION=${VERSION:-3.14}
VERSION=${VERSION:-3.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="dropbox-python"
VERSION="3.14"
VERSION="3.23"
HOMEPAGE="http://www.dropbox.com/"
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-3.14.tar.gz"
MD5SUM="d113d9cdfe476475eba3f74d1619ebd4"
DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-3.23.tar.gz"
MD5SUM="31afd0f5a466ebddb93ef426a856e897"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools python-urllib3 six python-requests"