diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-05-04 20:13:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-06 07:03:57 +0700 |
commit | 2a1a67e7a3b2db0aad6defe40d3128d9abd4d81e (patch) | |
tree | fa1f938389d916f5646d9374a687dfbc8577b1a4 /python/python-lazy-object-proxy/python-lazy-object-proxy.SlackBuild | |
parent | bc1fe9b2886011143643fb039fdd1d53655cb05c (diff) | |
download | slackbuilds-2a1a67e7a3b2db0aad6defe40d3128d9abd4d81e.tar.gz |
python/python-lazy-object-proxy: Updated for version 1.3.0.
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 48c1dcfd80..7c0469f1f1 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-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-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-lazy-object-proxy SRCNAM=$(echo $PRGNAM | cut -c8-24) -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |