diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-06-05 19:48:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:24 +0700 |
commit | b6bd38b6ad04f1ee3f8c79cb972227d6f261cad5 (patch) | |
tree | 3da4e1df0bba776372e9dc7ad68a6e5a3542a05f /python/py/py.SlackBuild | |
parent | 7bd2bfafaea38275028d7e44c319cbdfe5b0b734 (diff) |
python/py: Updated for version 1.4.34.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/py/py.SlackBuild')
-rw-r--r-- | python/py/py.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/py/py.SlackBuild b/python/py/py.SlackBuild index 194ba43de6d29..ed661519c8c96 100644 --- a/python/py/py.SlackBuild +++ b/python/py/py.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for py -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # 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=py -VERSION=${VERSION:-1.4.32} +VERSION=${VERSION:-1.4.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |