diff options
Diffstat (limited to 'python/python-mccabe/python-mccabe.SlackBuild')
-rw-r--r-- | python/python-mccabe/python-mccabe.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-mccabe/python-mccabe.SlackBuild b/python/python-mccabe/python-mccabe.SlackBuild index d12d15dcb8d4c..2ab794de47dd4 100644 --- a/python/python-mccabe/python-mccabe.SlackBuild +++ b/python/python-mccabe/python-mccabe.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-mccabe -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-mccabe SRCNAM=$(echo $PRGNAM | cut -c8-13) -VERSION=${VERSION:-0.5.3} +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |