diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-05-11 13:29:13 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:19 +0700 |
commit | cd064ff2ea28124c9d0205df6ba1ed9e15ca4b31 (patch) | |
tree | a06a485eb09a30f2f4b47c27a13055930660517b /python/python-axolotl/python-axolotl.SlackBuild | |
parent | 040af5dc66f0dfbc0b15479ff37671d62d6e1532 (diff) |
python/python-axolotl: Updated for version 0.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python-axolotl/python-axolotl.SlackBuild')
-rw-r--r-- | python/python-axolotl/python-axolotl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-axolotl/python-axolotl.SlackBuild b/python/python-axolotl/python-axolotl.SlackBuild index 95694f6b699a5..31146d4587f93 100644 --- a/python/python-axolotl/python-axolotl.SlackBuild +++ b/python/python-axolotl/python-axolotl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-axolotl -# Copyright 2016-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2019 Andrew Clemons, Wellington New Zealand # 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=python-axolotl -VERSION=${VERSION:-0.1.42} +VERSION=${VERSION:-0.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |