diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-26 18:18:32 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:31 +0700 |
commit | 236d21757bbbd7f2750e89a7738f44e5f7169d33 (patch) | |
tree | 0761980d4eed2a37e054cbbdfe58bf65330a425f /python/python3-slugify | |
parent | 226b922a2ca01945b8c1ba814cdc5cb91b15fd74 (diff) |
python/python3-slugify: Updated for version 8.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-slugify')
-rw-r--r-- | python/python3-slugify/python3-slugify.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-slugify/python3-slugify.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-slugify/python3-slugify.SlackBuild b/python/python3-slugify/python3-slugify.SlackBuild index ef8618b77135..cdfd03190481 100644 --- a/python/python3-slugify/python3-slugify.SlackBuild +++ b/python/python3-slugify/python3-slugify.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-slugify -VERSION=${VERSION:-8.0.0} +VERSION=${VERSION:-8.0.1} 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 de8ab679087f..2a0741c305b0 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.0" +VERSION="8.0.1" HOMEPAGE="https://github.com/un33k/python-slugify" -DOWNLOAD="https://github.com/un33k/python-slugify/archive/v8.0.0/python-slugify-8.0.0.tar.gz" -MD5SUM="bb8044f95d70d548d7e7876ed899a64c" +DOWNLOAD="https://github.com/un33k/python-slugify/archive/v8.0.1/python-slugify-8.0.1.tar.gz" +MD5SUM="c430f60e151e52513be9c0e23cfe3258" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-text-unidecode" |