diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-08 16:30:34 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-12 08:10:54 +0700 |
commit | f15d6a58329963e80fcd3f0c0ed6efbc889ce413 (patch) | |
tree | cd95f5c0b85a5dc7756a531485032ce74e08a43d /libraries/dropbox-python | |
parent | bc024e75c2c26fa8fbc9b4a398c0ea131e096a34 (diff) |
libraries/dropbox-python: Updated for version 3.23.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/dropbox-python')
-rw-r--r-- | libraries/dropbox-python/dropbox-python.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/dropbox-python/dropbox-python.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/dropbox-python/dropbox-python.SlackBuild b/libraries/dropbox-python/dropbox-python.SlackBuild index 96c860ed33e7..b42305df90c7 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:-3.14} +VERSION=${VERSION:-3.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info index f93171ae57df..20fe20e04672 100644 --- a/libraries/dropbox-python/dropbox-python.info +++ b/libraries/dropbox-python/dropbox-python.info @@ -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" |