diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-02-24 20:48:32 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-29 07:45:13 +0700 |
commit | 58385874dd6102147ad8173d6aea505828363443 (patch) | |
tree | ee0aa628532fd3ce35d0d407c4455ad9fe8e74aa /python/python-argopt/python-argopt.SlackBuild | |
parent | 84d781dcd0252b582f71d562c767ea2f8a2c716a (diff) |
python/python-argopt: Updated for version 0.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python-argopt/python-argopt.SlackBuild')
-rw-r--r-- | python/python-argopt/python-argopt.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-argopt/python-argopt.SlackBuild b/python/python-argopt/python-argopt.SlackBuild index 39f81e29cdeda..1c818607ee552 100644 --- a/python/python-argopt/python-argopt.SlackBuild +++ b/python/python-argopt/python-argopt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-argopt -# Copyright 2018-2019 Andrew Clemons, Wellington New Zealand +# Copyright 2018-2020 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-argopt SRCNAM="$(echo "$PRGNAM" | cut -d- -f2)" -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |