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