diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-10 12:40:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-12 07:55:18 +0700 |
commit | b5ce3db56fc8e2b1661d25708c24a7587681ee7b (patch) | |
tree | 10a251172fd82017cd41e1a1afc66487df3f0613 /python | |
parent | eaadc8cdd1e9ffb47bafb898be4462a497427a49 (diff) |
python/python3-webcolors: Update for 24.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-webcolors/python3-webcolors.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-webcolors/python3-webcolors.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-webcolors/python3-webcolors.SlackBuild b/python/python3-webcolors/python3-webcolors.SlackBuild index 6d07581e38db..339b2b24b8c7 100644 --- a/python/python3-webcolors/python3-webcolors.SlackBuild +++ b/python/python3-webcolors/python3-webcolors.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-webcolors -VERSION=${VERSION:-24.6.0} +VERSION=${VERSION:-24.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-webcolors/python3-webcolors.info b/python/python3-webcolors/python3-webcolors.info index ac3a6ee861ab..94f619295b8d 100644 --- a/python/python3-webcolors/python3-webcolors.info +++ b/python/python3-webcolors/python3-webcolors.info @@ -1,8 +1,8 @@ PRGNAM="python3-webcolors" -VERSION="24.6.0" +VERSION="24.8.0" HOMEPAGE="https://github.com/ubernostrum/webcolors" -DOWNLOAD="https://github.com/ubernostrum/webcolors/archive/24.6.0/webcolors-24.6.0.tar.gz" -MD5SUM="cd99c6e9210897896664bff61e58bbf4" +DOWNLOAD="https://github.com/ubernostrum/webcolors/archive/24.8.0/webcolors-24.8.0.tar.gz" +MD5SUM="7f042cef7571d27c4bca54e513610417" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |