summaryrefslogtreecommitdiffstats
path: root/libraries/dropbox-python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-03-21 23:56:02 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-25 20:03:54 +0700
commit7b4502a2088b0c84da70aa4df2957c7e48fd9437 (patch)
treeb935caf09e346adf1ece6162a643f61baf5614a3 /libraries/dropbox-python
parentabee63ffdf346f51bfeae33435af5db59ebcd0cd (diff)
downloadslackbuilds-7b4502a2088b0c84da70aa4df2957c7e48fd9437.tar.gz
slackbuilds-7b4502a2088b0c84da70aa4df2957c7e48fd9437.tar.xz
libraries/dropbox-python: Updated for version 6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/dropbox-python')
-rw-r--r--libraries/dropbox-python/dropbox-python.SlackBuild2
-rw-r--r--libraries/dropbox-python/dropbox-python.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/dropbox-python/dropbox-python.SlackBuild b/libraries/dropbox-python/dropbox-python.SlackBuild
index e1f4e40acd..3cfc8a53aa 100644
--- a/libraries/dropbox-python/dropbox-python.SlackBuild
+++ b/libraries/dropbox-python/dropbox-python.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=dropbox-python
SCRNAM=$(printf $PRGNAM | cut -c1-7)
-VERSION=${VERSION:-6.0}
+VERSION=${VERSION:-6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info
index dce53a44e8..f5fc3f6557 100644
--- a/libraries/dropbox-python/dropbox-python.info
+++ b/libraries/dropbox-python/dropbox-python.info
@@ -1,8 +1,8 @@
PRGNAM="dropbox-python"
-VERSION="6.0"
+VERSION="6.1"
HOMEPAGE="http://www.dropbox.com/"
-DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-6.0.tar.gz"
-MD5SUM="4d670b032522a05ba91c81056ab64afc"
+DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-6.1.tar.gz"
+MD5SUM="b753f65945a48106cf5fa9af6b31f703"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-urllib3 six python-requests"