diff options
Diffstat (limited to 'python/six/six.SlackBuild')
-rw-r--r-- | python/six/six.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/six/six.SlackBuild b/python/six/six.SlackBuild index 9d05f5b383..3c7d697a02 100644 --- a/python/six/six.SlackBuild +++ b/python/six/six.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for six -# Copyright 2012-2013 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2014 Larry Hajali <larryhaja[at]gmail[dot]com> # 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=six -VERSION=${VERSION:-1.5.2} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |