diff options
Diffstat (limited to 'libraries/pexpect')
-rw-r--r-- | libraries/pexpect/pexpect.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/pexpect/pexpect.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/pexpect/pexpect.SlackBuild b/libraries/pexpect/pexpect.SlackBuild index d8774af912..e17f62e46d 100644 --- a/libraries/pexpect/pexpect.SlackBuild +++ b/libraries/pexpect/pexpect.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Pexpect # Copyright (c) 2007 Javier Rojas <jerojasro@gmail.com> -# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pexpect -VERSION=${VERSION:-4.0.1} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/pexpect/pexpect.info b/libraries/pexpect/pexpect.info index 52ee8076ad..42362c6502 100644 --- a/libraries/pexpect/pexpect.info +++ b/libraries/pexpect/pexpect.info @@ -1,8 +1,8 @@ PRGNAM="pexpect" -VERSION="4.0.1" +VERSION="4.1.0" HOMEPAGE="https://github.com/pexpect/pexpect" -DOWNLOAD="https://github.com/pexpect/pexpect/archive/4.0.1.tar.gz" -MD5SUM="2bd260f7f2159f9bcab373721736d526" +DOWNLOAD="https://github.com/pexpect/pexpect/archive/4.1.0.tar.gz" +MD5SUM="049f3c98f4b0b7426e6b5d8a01566786" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |