diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-01 11:09:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:27:15 +0700 |
commit | f1ab7659b39ee6d94ada89ccda581a01532ba9d0 (patch) | |
tree | cd0158cd4378da8abb110f8decbd836c212cb3be /libraries/dropbox-python | |
parent | a7e722fc48eb9aefe443c34faa18fecbaa4424c5 (diff) |
libraries/dropbox-python: Updated for version 7.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/dropbox-python')
-rw-r--r-- | libraries/dropbox-python/dropbox-python.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/dropbox-python/dropbox-python.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/dropbox-python/dropbox-python.SlackBuild b/libraries/dropbox-python/dropbox-python.SlackBuild index 28907e0bc20e..646ff4cb7ce2 100644 --- a/libraries/dropbox-python/dropbox-python.SlackBuild +++ b/libraries/dropbox-python/dropbox-python.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for dropbox-python -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=dropbox-python SCRNAM=$(printf $PRGNAM | cut -c1-7) -VERSION=${VERSION:-7.1.1} +VERSION=${VERSION:-7.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info index 213a93f1cbfa..9b643072caf2 100644 --- a/libraries/dropbox-python/dropbox-python.info +++ b/libraries/dropbox-python/dropbox-python.info @@ -1,8 +1,8 @@ PRGNAM="dropbox-python" -VERSION="7.1.1" +VERSION="7.2.1" HOMEPAGE="http://www.dropbox.com/" -DOWNLOAD="https://pypi.python.org/packages/19/a2/690e468e815cb80175677d2d1990e81367c641f75da4bf35461315a27936/dropbox-7.1.1.tar.gz" -MD5SUM="d7844388fb3ee52c79c75b1e05b7becf" +DOWNLOAD="https://pypi.python.org/packages/39/89/5e494728d66645cefa5ef21ac104fc0be12e512fe623e5c37bac1243fb88/dropbox-7.2.1.tar.gz" +MD5SUM="6ca8a76c66a9bbb8689cd77b88c09b60" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-urllib3 six python-requests typing" |