diff options
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 4 | ||||
-rw-r--r-- | python/ptpython/ptpython.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index fd23c2ec05..42b857014b 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ptpython -# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ptpython -VERSION=${VERSION:-3.0.22} +VERSION=${VERSION:-3.0.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index f98685a563..440ea90325 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,10 +1,10 @@ PRGNAM="ptpython" -VERSION="3.0.22" +VERSION="3.0.24" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://files.pythonhosted.org/packages/a7/83/bf0a0bc0d0028ec41917c59f81661b66d86e0d0fb329a1aea0acd849e568/ptpython-3.0.22.tar.gz" -MD5SUM="3dce6c1ad78d262562c95e2b7c8999bc" +DOWNLOAD="https://files.pythonhosted.org/packages/3f/dc/118d1dfd22e5274f3cc341cb3c92b128dba6c47d2c8749d213bf6b7d1e16/ptpython-3.0.24.tar.gz" +MD5SUM="e867f3628f9c2619aa3e43818ed60533" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-prompt_toolkit python3-jedi" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |