diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-02-04 00:59:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-07 18:48:43 +0700 |
commit | 3ca8437e3042931efcc2eb312c6d2aaff63b59e2 (patch) | |
tree | 35ef31ad9ad86d222c366b0027b7aa15d7a6d1f2 /python | |
parent | 8c9786470ef39f2dfa2e7ce7f131bacaf424c1ff (diff) |
python/python3-slugify: Version bump to 8.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-slugify/python3-slugify.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-slugify/python3-slugify.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-slugify/python3-slugify.SlackBuild b/python/python3-slugify/python3-slugify.SlackBuild index d0a34cef5203c..9ffba3453e151 100644 --- a/python/python3-slugify/python3-slugify.SlackBuild +++ b/python/python3-slugify/python3-slugify.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-slugify # Copyright 2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-slugify SRCNAM=python-slugify -VERSION=${VERSION:-8.0.1} +VERSION=${VERSION:-8.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-slugify/python3-slugify.info b/python/python3-slugify/python3-slugify.info index 7530627ad4678..756b97393d426 100644 --- a/python/python3-slugify/python3-slugify.info +++ b/python/python3-slugify/python3-slugify.info @@ -1,8 +1,8 @@ PRGNAM="python3-slugify" -VERSION="8.0.1" +VERSION="8.0.3" HOMEPAGE="https://github.com/un33k/python-slugify" -DOWNLOAD="https://github.com/un33k/python-slugify/archive/v8.0.1/python-slugify-8.0.1.tar.gz" -MD5SUM="c430f60e151e52513be9c0e23cfe3258" +DOWNLOAD="https://github.com/un33k/python-slugify/archive/v8.0.3/python-slugify-8.0.3.tar.gz" +MD5SUM="5271aa1a769f5b65d423eb894cd1581c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-text-unidecode" |