diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-09-15 15:39:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-21 16:21:19 +0700 |
commit | 10c64546f95c8db22fdb6956f9a71b71c0f71654 (patch) | |
tree | 546b2d03551240105df2749f56d1e7453cb3eb67 /python/s3transfer/s3transfer.SlackBuild | |
parent | c8d87d1d071d5965cb5d9b4a6934fb6fc7516a6f (diff) | |
download | slackbuilds-10c64546f95c8db22fdb6956f9a71b71c0f71654.tar.gz |
python/s3transfer: Updated for version 0.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/s3transfer/s3transfer.SlackBuild')
-rw-r--r-- | python/s3transfer/s3transfer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index 6dca482b77..69934734e0 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3transfer -# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s3transfer -VERSION=${VERSION:-0.1.13} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |