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