diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-10 08:53:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:51 +0700 |
commit | af91eafb570e523c7f462d59f05f5d5ef357bbd4 (patch) | |
tree | 19e7daccd1b7c79b0719c6e0591aeaf7aaf736a0 /python/ptpython | |
parent | 04eb8301e953b133e45baa42680c45bcf496ecef (diff) |
python/ptpython: Fixed the version and checksum.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ptpython')
-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" |