mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
python/python3-pexpect: Updated for version 4.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
1f23217513
commit
d5210ab665
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
SRCNAM=pexpect
|
||||
PRGNAM=python3-$SRCNAM
|
||||
VERSION=${VERSION:-4.3.1}
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pexpect"
|
||||
VERSION="4.3.1"
|
||||
VERSION="4.4.0"
|
||||
HOMEPAGE="https://github.com/pexpect/pexpect"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.3.1.tar.gz"
|
||||
MD5SUM="16aa4549136b2d1b2bf1e0e9788d75a6"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.4.0.tar.gz"
|
||||
MD5SUM="e9b07f0765df8245ac72201d757baaef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-ptyprocess"
|
||||
|
|
Loading…
Reference in a new issue