diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-01-07 21:24:06 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:54 +0700 |
commit | 21141c1b118601674ac99fd220f08a8610cdb5e5 (patch) | |
tree | ca81346e248fab63e4b3e989aa5609fb4d8c1365 | |
parent | cdba23bc38829de56f246d068eab8ec3dbb21ccd (diff) | |
download | slackbuilds-21141c1b118601674ac99fd220f08a8610cdb5e5.tar.gz |
python/python3-wcwidth: Updated for version 0.1.8.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-rw-r--r-- | python/python3-wcwidth/python3-wcwidth.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-wcwidth/python3-wcwidth.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-wcwidth/python3-wcwidth.SlackBuild b/python/python3-wcwidth/python3-wcwidth.SlackBuild index 3aad6d0fc4..d5796f64d1 100644 --- a/python/python3-wcwidth/python3-wcwidth.SlackBuild +++ b/python/python3-wcwidth/python3-wcwidth.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-wcwidth # Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 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-wcwidth -VERSION=${VERSION:-0.1.7} +VERSION=${VERSION:-0.1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-wcwidth/python3-wcwidth.info b/python/python3-wcwidth/python3-wcwidth.info index ae7c426bba..ea7d7c28ce 100644 --- a/python/python3-wcwidth/python3-wcwidth.info +++ b/python/python3-wcwidth/python3-wcwidth.info @@ -1,8 +1,8 @@ PRGNAM="python3-wcwidth" -VERSION="0.1.7" +VERSION="0.1.8" HOMEPAGE="https://github.com/jquast/wcwidth" -DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.1.7.tar.gz" -MD5SUM="b3b6a0a08f0c8a34d1de8cf44150a4ad" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.1.8.tar.gz" +MD5SUM="dc6677d099e6f49c0f6fbc310de261e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |