diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2021-10-23 21:14:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:40:41 +0700 |
commit | e0d78fcf4db8e285f6a9f8553b27f3ede687e059 (patch) | |
tree | 2008174ff5dc3ff365f26b062bdfa5f558e343cc | |
parent | cc9df662b0653669ea18773d56c810739a22ffba (diff) |
python/colored: Updated for version 1.4.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/colored/colored.SlackBuild | 4 | ||||
-rw-r--r-- | python/colored/colored.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/colored/colored.SlackBuild b/python/colored/colored.SlackBuild index b2ba478f42d33..1d757c4681969 100644 --- a/python/colored/colored.SlackBuild +++ b/python/colored/colored.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for colored -# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2021 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=colored -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/colored/colored.info b/python/colored/colored.info index 50c98341b2883..046f7ef9f0950 100644 --- a/python/colored/colored.info +++ b/python/colored/colored.info @@ -1,8 +1,8 @@ PRGNAM="colored" -VERSION="1.4.2" +VERSION="1.4.3" HOMEPAGE="https://gitlab.com/dslackw/colored" -DOWNLOAD="https://files.pythonhosted.org/packages/b2/16/04827e24c14266d9161bd86bad50069fea453fa006c3d2b31da39251184a/colored-1.4.2.tar.gz" -MD5SUM="d57af7efd2320fc6ff11662bcf0f2864" +DOWNLOAD="https://files.pythonhosted.org/packages/f4/57/fe3e4e96efa3c68d3781a0903de0933ea2afa744852d907b290a2cb2294e/colored-1.4.3.tar.gz" +MD5SUM="6430386361211470cb27b8612647b4d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |