summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/python3-django/python3-django.SlackBuild2
-rw-r--r--python/python3-django/python3-django.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild
index ad1a4cd974..ac8f6cc32a 100644
--- a/python/python3-django/python3-django.SlackBuild
+++ b/python/python3-django/python3-django.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-django
SRCNAM=$(echo $PRGNAM | cut -c9-14)
-VERSION=${VERSION:-4.2.7}
+VERSION=${VERSION:-4.2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info
index 8eb8e5e970..6c9e0e1be6 100644
--- a/python/python3-django/python3-django.info
+++ b/python/python3-django/python3-django.info
@@ -1,8 +1,8 @@
PRGNAM="python3-django"
-VERSION="4.2.7"
+VERSION="4.2.8"
HOMEPAGE="https://www.djangoproject.com/"
-DOWNLOAD="https://github.com/django/django/archive/4.2.7/django-4.2.7.tar.gz"
-MD5SUM="7fa7d627cbc23eac5386926e56e67966"
+DOWNLOAD="https://github.com/django/django/archive/4.2.8/django-4.2.8.tar.gz"
+MD5SUM="a07ca2c8b67f9b99013f21ad0d1fdd26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="sqlparse asgiref"