diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-10-04 09:15:30 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 09:15:06 +0700 |
commit | 4694437588cade2505860e64c76c7d5120991dc3 (patch) | |
tree | e7895e36ecde8c692ce87d9119bf33a2f927d39e /libraries/dropbox-python | |
parent | 7403a4122f0089206890ee78e69e7b56095d66b0 (diff) | |
download | slackbuilds-4694437588cade2505860e64c76c7d5120991dc3.tar.gz |
libraries/dropbox-python: Updated for version 3.36.
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 cb024dec14..a433044d00 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.34} +VERSION=${VERSION:-3.36} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info index 3138f84127..586150784d 100644 --- a/libraries/dropbox-python/dropbox-python.info +++ b/libraries/dropbox-python/dropbox-python.info @@ -1,8 +1,8 @@ PRGNAM="dropbox-python" -VERSION="3.34" +VERSION="3.36" HOMEPAGE="http://www.dropbox.com/" -DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-3.34.tar.gz" -MD5SUM="b3cf9fc3c6ff378b6123ce8405f4b6d9" +DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-3.36.tar.gz" +MD5SUM="9a1dde5071ec5d95369479aaf9d0ac3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools python-urllib3 six python-requests" |