summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python3-django/python3-django.SlackBuild4
-rw-r--r--python/python3-django/python3-django.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild
index 46974a5a51..4131153496 100644
--- a/python/python3-django/python3-django.SlackBuild
+++ b/python/python3-django/python3-django.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-django
-SRCNAM=django
-VERSION=${VERSION:-2.0.6}
+SRCNAM=$(echo $PRGNAM | cut -c9-14)
+VERSION=${VERSION:-2.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info
index 207e4cdcf9..1c45cc3d30 100644
--- a/python/python3-django/python3-django.info
+++ b/python/python3-django/python3-django.info
@@ -1,8 +1,8 @@
PRGNAM="python3-django"
-VERSION="2.0.6"
+VERSION="2.0.7"
HOMEPAGE="https://www.djangoproject.com/"
-DOWNLOAD="https://github.com/django/django/archive/2.0.6/django-2.0.6.tar.gz"
-MD5SUM="346e0600e59edf53dc4db73c58299cac"
+DOWNLOAD="https://github.com/django/django/archive/2.0.7/django-2.0.7.tar.gz"
+MD5SUM="a67e8bbd3fe5b57649f7a0910315abb3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 pytz"