python/python3-pexpect: Updated for version 4.3.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-12-12 16:34:49 -08:00 committed by Willy Sudiarto Raharjo
parent 76f4bac1c4
commit b4cebf6166
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
SRCNAM=pexpect
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-4.3.0}
VERSION=${VERSION:-4.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pexpect"
VERSION="4.3.0"
VERSION="4.3.1"
HOMEPAGE="https://github.com/pexpect/pexpect"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.3.0.tar.gz"
MD5SUM="047a486dcd26134b74f2e67046bb61a0"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.3.1.tar.gz"
MD5SUM="16aa4549136b2d1b2bf1e0e9788d75a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ptyprocess"