diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-07-29 19:02:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-05 07:07:41 +0700 |
commit | 1918ae44ec88f5bb863c8dc83575ff4ae2dfd2d3 (patch) | |
tree | c97d43bb641fa48bc965e615919aa28bf9e2fb87 /python/ptpython/ptpython.SlackBuild | |
parent | 059ffd5bd98ee0673b3f95cfff42715e329f5592 (diff) | |
download | slackbuilds-1918ae44ec88f5bb863c8dc83575ff4ae2dfd2d3.tar.gz |
python/ptpython: Updated for version 0.41.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/ptpython/ptpython.SlackBuild')
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 7a5057c657..3d6cd0a07d 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ptpython -# 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 @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptpython -VERSION=${VERSION:-0.36} +VERSION=${VERSION:-0.41} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |