diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-08 14:10:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 06:56:59 +0700 |
commit | 91e5f7fb35b7273aa9f836325b4f27857c097fbd (patch) | |
tree | c7114c4566a8edf8a6f2b6617f896a0ffe1cbf8b /python/python3-pexpect/python3-pexpect.SlackBuild | |
parent | 2a73d48b99d9889cd11451fef844bac9da1ccdba (diff) |
python/python3-pexpect: Updated for version 4.7.0.
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 8397caa287..613faa5b63 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-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 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.6.0} +VERSION=${VERSION:-4.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |