summaryrefslogtreecommitdiffstats
path: root/python/python3-slugify
diff options
context:
space:
mode:
author Jeremy Hansen2024-02-12 23:07:24 +0100
committer Willy Sudiarto Raharjo2024-02-15 17:28:16 +0100
commitc1d2d8920e43ec524f3d2a5b38b7a01c21dec65b (patch)
treeb40e299df2da246d77ed02bc493d11cccfc1249a /python/python3-slugify
parent14677407137136228272c3fb46c506334c8dda19 (diff)
downloadslackbuilds-c1d2d8920e43ec524f3d2a5b38b7a01c21dec65b.tar.gz
python/python3-slugify: Version bump to 8.0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-slugify')
-rw-r--r--python/python3-slugify/python3-slugify.SlackBuild2
-rw-r--r--python/python3-slugify/python3-slugify.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-slugify/python3-slugify.SlackBuild b/python/python3-slugify/python3-slugify.SlackBuild
index 9ffba3453e..61e257f8bd 100644
--- a/python/python3-slugify/python3-slugify.SlackBuild
+++ b/python/python3-slugify/python3-slugify.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-slugify
SRCNAM=python-slugify
-VERSION=${VERSION:-8.0.3}
+VERSION=${VERSION:-8.0.4}
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 756b97393d..8d30e25c33 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.3"
+VERSION="8.0.4"
HOMEPAGE="https://github.com/un33k/python-slugify"
-DOWNLOAD="https://github.com/un33k/python-slugify/archive/v8.0.3/python-slugify-8.0.3.tar.gz"
-MD5SUM="5271aa1a769f5b65d423eb894cd1581c"
+DOWNLOAD="https://github.com/un33k/python-slugify/archive/v8.0.4/python-slugify-8.0.4.tar.gz"
+MD5SUM="bd702e5c3fcc1dafe0d2dbb72ae14dd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-text-unidecode"