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 7c87d74894..cc5c87785e 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-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-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-lazy-object-proxy SRCNAM=$(echo $PRGNAM | cut -c8-24) -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |