diff options
Diffstat (limited to 'python/python3-pexpect/python3-pexpect.SlackBuild')
-rw-r--r-- | python/python3-pexpect/python3-pexpect.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pexpect/python3-pexpect.SlackBuild b/python/python3-pexpect/python3-pexpect.SlackBuild index 5612a7d4c2..39db1bf274 100644 --- a/python/python3-pexpect/python3-pexpect.SlackBuild +++ b/python/python3-pexpect/python3-pexpect.SlackBuild @@ -4,7 +4,7 @@ # Copyright (c) 2007 Javier Rojas <jerojasro@gmail.com> # Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ SRCNAM=pexpect PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-4.4.0} +VERSION=${VERSION:-4.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |