diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-11 07:46:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-12 21:53:54 +0700 |
commit | 637c2ef6307c2dd0b281c222ac2815bdf72775d7 (patch) | |
tree | 0e6e828134411b808b32ae82d79086a35a3d4baf /python/python-lazy-object-proxy/python-lazy-object-proxy.SlackBuild | |
parent | 02380effb4fbff86bddbb0b02981db4803b4e81c (diff) |
python/python-lazy-object-proxy: Updated for version 1.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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} |