diff options
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 2 | ||||
-rw-r--r-- | python/ptpython/ptpython.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 44e84c40d17c..fd23c2ec0517 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.21} +VERSION=${VERSION:-3.0.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index f412992a6a7d..f98685a563b2 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,5 +1,5 @@ PRGNAM="ptpython" -VERSION="3.0.21" +VERSION="3.0.22" HOMEPAGE="https://github.com/jonathanslenders/ptpython" DOWNLOAD="https://files.pythonhosted.org/packages/a7/83/bf0a0bc0d0028ec41917c59f81661b66d86e0d0fb329a1aea0acd849e568/ptpython-3.0.22.tar.gz" MD5SUM="3dce6c1ad78d262562c95e2b7c8999bc" |