diff options
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/prompt_toolkit/prompt_toolkit.SlackBuild b/python/prompt_toolkit/prompt_toolkit.SlackBuild index 86c88dd902..b3eadba3bc 100644 --- a/python/prompt_toolkit/prompt_toolkit.SlackBuild +++ b/python/prompt_toolkit/prompt_toolkit.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=prompt_toolkit -VERSION=${VERSION:-0.59} +VERSION=${VERSION:-0.60} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/prompt_toolkit/prompt_toolkit.info b/python/prompt_toolkit/prompt_toolkit.info index a2590fb3da..025bb3f8a2 100644 --- a/python/prompt_toolkit/prompt_toolkit.info +++ b/python/prompt_toolkit/prompt_toolkit.info @@ -1,8 +1,8 @@ PRGNAM="prompt_toolkit" -VERSION="0.59" +VERSION="0.60" HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" -DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.59.tar.gz" -MD5SUM="51983b0b2433d2f0ad1655dedd18a7e9" +DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.60.tar.gz" +MD5SUM="516826aff6a09536037b6d02a9a3451d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wcwidth six" |