mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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>
This commit is contained in:
parent
04eb8301e9
commit
af91eafb57
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue