diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-07-27 09:51:04 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 08:13:38 +0700 |
commit | 07b90e70e54829e445a96bd7ed38c05d0aa09dde (patch) | |
tree | 747bc89ac14f079953d2c70d155915c240ed33f0 /python | |
parent | 87be8c7d66b6e570bb96858d78b7125bfa263b7f (diff) |
python/colored: Updated for version 2.2.3.
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/colored/colored.SlackBuild | 2 | ||||
-rw-r--r-- | python/colored/colored.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/colored/colored.SlackBuild b/python/colored/colored.SlackBuild index 34d681210eb0..850209f6538b 100644 --- a/python/colored/colored.SlackBuild +++ b/python/colored/colored.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=colored -VERSION=${VERSION:-2.2.2} +VERSION=${VERSION:-2.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/colored/colored.info b/python/colored/colored.info index b3ccd4aa12ee..7c6d5106eb48 100644 --- a/python/colored/colored.info +++ b/python/colored/colored.info @@ -1,8 +1,8 @@ PRGNAM="colored" -VERSION="2.2.2" +VERSION="2.2.3" HOMEPAGE="https://dslackw.gitlab.io/colored" -DOWNLOAD="https://gitlab.com/dslackw/colored/-/archive/2.2.2/colored-2.2.2.tar.gz" -MD5SUM="6e0af5e441430760b4bb827f89cf5421" +DOWNLOAD="https://gitlab.com/dslackw/colored/-/archive/2.2.3/colored-2.2.3.tar.gz" +MD5SUM="bc547e233d56e04263b44efbcd955918" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |