mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/pexpect: Updated for version 4.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c6455bbca9
commit
0700d87ffa
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pexpect
|
||||
VERSION=${VERSION:-3.3}
|
||||
VERSION=${VERSION:-4.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pexpect"
|
||||
VERSION="3.3"
|
||||
VERSION="4.0.1"
|
||||
HOMEPAGE="https://github.com/pexpect/pexpect"
|
||||
DOWNLOAD="https://github.com/pexpect/pexpect/archive/3.3.tar.gz"
|
||||
MD5SUM="dc2f408c95b0d8bc7c1c3bdba738a70e"
|
||||
DOWNLOAD="https://github.com/pexpect/pexpect/archive/4.0.1.tar.gz"
|
||||
MD5SUM="2bd260f7f2159f9bcab373721736d526"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue