diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-14 18:26:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:08 +0700 |
commit | 41a3454878be9a6c70d39060ada75998c2b50df8 (patch) | |
tree | bb18d80d81b95986ef46890db0b550b77b726ee7 /python/ptpython/ptpython.SlackBuild | |
parent | 7b6cb6c7adfd18c5b75403742dd1bb38485d9590 (diff) |
python/ptpython: Updated for version 3.0.25.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ptpython/ptpython.SlackBuild')
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 42b857014b..68537bfa85 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ptpython -VERSION=${VERSION:-3.0.24} +VERSION=${VERSION:-3.0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |