diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-10-13 12:10:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 23:15:14 +0700 |
commit | 9872e84eb7726168cd26579bff020a342f0ff3fb (patch) | |
tree | 63e22eeacb1b75760edb0685cfbe810be2ef9bd0 /python/ptpython/ptpython.SlackBuild | |
parent | a4b1ea3eab889b398548b4270808fdb57b2b4243 (diff) | |
download | slackbuilds-9872e84eb7726168cd26579bff020a342f0ff3fb.tar.gz |
python/ptpython: Updated for version 2.0.6.
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 3d6cd0a07d..826736a860 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ptpython -# 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 @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptpython -VERSION=${VERSION:-0.41} +VERSION=${VERSION:-2.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |