aboutsummaryrefslogtreecommitdiff
path: root/python/s3transfer/s3transfer.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-11-20 12:56:18 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-25 22:12:42 +0700
commit2642ee1bf1bb06ea39af4fbb4ea01303832b78ed (patch)
tree7c0252e6c962f3fe63ee5f928f6e07fb3fd70bcf /python/s3transfer/s3transfer.SlackBuild
parent49a44394b9a9188802f9936002cbdcfde69e4da7 (diff)
python/s3transfer: Updated for version 0.7.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/s3transfer/s3transfer.SlackBuild')
-rw-r--r--python/s3transfer/s3transfer.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild
index 4661f3905e28f..290f78d872839 100644
--- a/python/s3transfer/s3transfer.SlackBuild
+++ b/python/s3transfer/s3transfer.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for s3transfer
-# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2023 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=s3transfer
-VERSION=${VERSION:-0.6.0}
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}