diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-10-13 12:15:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 23:15:14 +0700 |
commit | fae20052b267ad2f4c870716b662f973f70785f0 (patch) | |
tree | e93b1b25cc45b8d2e27c51ff20b5ff00b54d7ac3 /python/python-future/python-future.SlackBuild | |
parent | 9872e84eb7726168cd26579bff020a342f0ff3fb (diff) | |
download | slackbuilds-fae20052b267ad2f4c870716b662f973f70785f0.tar.gz |
python/python-future: Updated for version 0.18.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-future/python-future.SlackBuild')
-rw-r--r-- | python/python-future/python-future.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-future/python-future.SlackBuild b/python/python-future/python-future.SlackBuild index 7ca0da6a54..c5534c90d6 100644 --- a/python/python-future/python-future.SlackBuild +++ b/python/python-future/python-future.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-future -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-future SRCNAM=$(echo $PRGNAM | cut -c8-13) -VERSION=${VERSION:-0.16.0} +VERSION=${VERSION:-0.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |