libraries/dropbox-python: Updated for version 7.1.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-11-06 06:24:43 +02:00 committed by David Spencer
parent 531d5ba42e
commit 68a6a626de
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:-7.1.0}
VERSION=${VERSION:-7.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="dropbox-python"
VERSION="7.1.0"
VERSION="7.1.1"
HOMEPAGE="http://www.dropbox.com/"
DOWNLOAD="https://pypi.python.org/packages/c2/c1/903fc87e7d0b17af6b24e4a0fe8b63c9c3221716e190c1ecc8dac6dd7e86/dropbox-7.1.0.tar.gz"
MD5SUM="6570108f49e077a05c01e04ddd96e635"
DOWNLOAD="https://pypi.python.org/packages/19/a2/690e468e815cb80175677d2d1990e81367c641f75da4bf35461315a27936/dropbox-7.1.1.tar.gz"
MD5SUM="d7844388fb3ee52c79c75b1e05b7becf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-urllib3 six python-requests typing"