aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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 ef8618b77135a..cdfd031904811 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 de8ab679087f0..2a0741c305b08 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"