diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-01-29 10:46:27 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-02 08:12:06 +0700 |
commit | 42f817388be3cee0295366d98ebb1e8f752b367d (patch) | |
tree | 81cb445a332ec9f8988126d0e43e2a2825f8438d /python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild | |
parent | d57a840bf093efcc55a1358f9a1726d7ee723352 (diff) |
python/python3-prompt_toolkit: 2.0.8.
Diffstat (limited to 'python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild')
-rw-r--r-- | python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild index f2f862a1aa..8e6d88b71b 100644 --- a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild +++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-prompt_toolkit # Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece -# 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 @@ -25,7 +25,7 @@ SRCNAM=prompt_toolkit PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-2.0.7} +VERSION=${VERSION:-2.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |