diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-26 07:30:50 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-03 09:17:38 +0700 |
commit | adca2901a72f288ba677832096bb6f97d763d221 (patch) | |
tree | e579bdfe47bdd6c83bfb5dc93d4175e58fb1dc16 /libraries/dropbox-python | |
parent | c52ba6cc83124173cc64cd9499c3dce08271dda9 (diff) | |
download | slackbuilds-adca2901a72f288ba677832096bb6f97d763d221.tar.gz |
libraries/dropbox-python: Updated for version 3.34.
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 1bc63e9ef9..cb024dec14 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.28} +VERSION=${VERSION:-3.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info index 6a9d9913f0..3138f84127 100644 --- a/libraries/dropbox-python/dropbox-python.info +++ b/libraries/dropbox-python/dropbox-python.info @@ -1,8 +1,8 @@ PRGNAM="dropbox-python" -VERSION="3.28" +VERSION="3.34" HOMEPAGE="http://www.dropbox.com/" -DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-3.28.tar.gz" -MD5SUM="2d61e3c8515cd9a5d3578f05ac3b2321" +DOWNLOAD="https://pypi.python.org/packages/source/d/dropbox/dropbox-3.34.tar.gz" +MD5SUM="b3cf9fc3c6ff378b6123ce8405f4b6d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools python-urllib3 six python-requests" |