diff options
Diffstat (limited to 'python')
-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 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" |