diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-12-11 07:36:52 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-12 07:18:46 +0700 |
commit | 055069169693ab484042c7526d81489691b30ab6 (patch) | |
tree | b386ec4d294cbea8dbb116f1294d6f4b2bbf688c /libraries/dropbox-python | |
parent | 1c447f23a682a83f627ceb5df47ea938a6a37458 (diff) | |
download | slackbuilds-055069169693ab484042c7526d81489691b30ab6.tar.gz |
libraries/dropbox-python: Updated for version 4.0.
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 838a2aa9a0..c1a5cbfde9 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.42} +VERSION=${VERSION:-4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info index 204bb3077d..897222ff5c 100644 --- a/libraries/dropbox-python/dropbox-python.info +++ b/libraries/dropbox-python/dropbox-python.info @@ -1,8 +1,8 @@ PRGNAM="dropbox-python" -VERSION="3.42" +VERSION="4.0" HOMEPAGE="http://www.dropbox.com/" -DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-3.42.tar.gz" -MD5SUM="d6406ed5ea0c0a190d9a817ec0ccf4df" +DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-4.0.tar.gz" +MD5SUM="0a68c0a0a4d7cfa88f3e6cde925d6f39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools python-urllib3 six python-requests" |