diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2021-01-06 21:29:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:23 +0700 |
commit | 307f010088bfea4e34d0223f4172c5633ca30482 (patch) | |
tree | 2938881490244619804db5a950ca027fe1477f5f /python/pySmartDL/pySmartDL.SlackBuild | |
parent | 235ce7c5473cbcddcf96fbfcd95d16a3833f8945 (diff) |
python/pySmartDL: Updated for version 1.3.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pySmartDL/pySmartDL.SlackBuild')
-rw-r--r-- | python/pySmartDL/pySmartDL.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pySmartDL/pySmartDL.SlackBuild b/python/pySmartDL/pySmartDL.SlackBuild index 0ba9ce410c098..78e6fec73d911 100644 --- a/python/pySmartDL/pySmartDL.SlackBuild +++ b/python/pySmartDL/pySmartDL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pySmartDL -# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2021 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=pySmartDL -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |