diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-06-27 23:14:23 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:46 +0700 |
commit | c9c490e7cc6391c0265700ea31920fe27877657d (patch) | |
tree | 7ba435348aaebb32b2c8bf149dd3facfca82bd55 /python | |
parent | 3ca289665d537bf69f046c091e98e3e1688bb719 (diff) |
python/cwcwidth: Updated for version 0.1.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/cwcwidth/cwcwidth.SlackBuild | 4 | ||||
-rw-r--r-- | python/cwcwidth/cwcwidth.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/cwcwidth/cwcwidth.SlackBuild b/python/cwcwidth/cwcwidth.SlackBuild index 677fd1daf65b..060d73eee8ff 100644 --- a/python/cwcwidth/cwcwidth.SlackBuild +++ b/python/cwcwidth/cwcwidth.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cwcwidth -# Copyright 2021 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2021-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cwcwidth -VERSION=${VERSION:-0.1.1} +VERSION=${VERSION:-0.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/cwcwidth/cwcwidth.info b/python/cwcwidth/cwcwidth.info index 3d354c36aa87..1225dfb0522e 100644 --- a/python/cwcwidth/cwcwidth.info +++ b/python/cwcwidth/cwcwidth.info @@ -1,8 +1,8 @@ PRGNAM="cwcwidth" -VERSION="0.1.1" +VERSION="0.1.6" HOMEPAGE="https://github.com/sebastinas/cwcwidth" -DOWNLOAD="https://files.pythonhosted.org/packages/77/3a/7674069b8b8a40b1e25eea33c3a228b8d57c24f3e286e6de1825e0e02437/cwcwidth-0.1.1.tar.gz" -MD5SUM="99f8656b490f5cd8e71cdd01f2ab8f38" +DOWNLOAD="https://files.pythonhosted.org/packages/f4/1f/87c2615db91df199419946df2652ba3490005c80acf1ed29e52aec20d3b2/cwcwidth-0.1.6.tar.gz" +MD5SUM="80cef43f4a4c65a10fcc9c2a53c66140" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |