diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-01-06 09:46:02 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:36 +0700 |
commit | 9b107ce0bdee1ec763aa0d4c9cd3704d37929605 (patch) | |
tree | f67d547a9c2aa6fd703a3c32bca8cc6c5743f9a7 /python/python-argopt/python-argopt.SlackBuild | |
parent | e01d4c09935f518c2c15cc2a19ce805d6b553984 (diff) |
python/python-argopt: Updated for version 0.5.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 b582e1a977..39f81e29cd 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 Andrew Clemons, Wellington New Zealand +# Copyright 2018-2019 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.4.0} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |