diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-26 06:21:50 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-01 07:53:12 +0700 |
commit | 55ad6138eca86eedddadec101f97b5cc32427b8f (patch) | |
tree | 8ae32bb09841adb831356f6afbd2773f55a9209c /python/python-future/python-future.SlackBuild | |
parent | 6f46a655e4e62457a19ce81288368adace9e4d18 (diff) | |
download | slackbuilds-55ad6138eca86eedddadec101f97b5cc32427b8f.tar.gz |
python/python-future: Updated for version 0.15.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 168922493b..92664b4b56 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 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 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.14.1} +VERSION=${VERSION:-0.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |