diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-10 07:04:34 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-17 11:47:46 +0700 |
commit | e2b488ef194bff5a21ec663e1da4f55210a517ff (patch) | |
tree | a1a379a65281bba6d0fffefab79519185581a792 /python/python3-ptyprocess/python3-ptyprocess.SlackBuild | |
parent | 883e18324e044b739d3d438a5e72fe2933c45af1 (diff) | |
download | slackbuilds-e2b488ef194bff5a21ec663e1da4f55210a517ff.tar.gz |
python/python3-ptyprocess: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ptyprocess/python3-ptyprocess.SlackBuild')
-rw-r--r-- | python/python3-ptyprocess/python3-ptyprocess.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild index aa6d21afb4..4b2e723f00 100644 --- a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild +++ b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-ptyprocess # Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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=python3-ptyprocess -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |