libraries/dropbox-python: Updated for version 6.8.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-09-08 04:50:08 +03:00 committed by Willy Sudiarto Raharjo
parent 69de0f2b86
commit 48e12efa28
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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:-6.7.0}
VERSION=${VERSION:-6.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="dropbox-python"
VERSION="6.7.0"
VERSION="6.8.0"
HOMEPAGE="http://www.dropbox.com/"
DOWNLOAD="https://pypi.python.org/packages/8b/45/7078fe204fcb672d960e34fcdbb7c121c6309977dd7e44a67dfd79c82d4c/dropbox-6.7.0.tar.gz"
MD5SUM="cc86de89bb0fdd209509d36e261afbfb"
DOWNLOAD="https://pypi.python.org/packages/f5/48/9fdc19aeb97c9bb59a2b1e18191419a877a2bcb0918cf19ca5cd757906fd/dropbox-6.8.0.tar.gz"
MD5SUM="7997a0da66c85717e18299a0ce949a96"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-urllib3 six python-requests typing"