summaryrefslogtreecommitdiffstats
path: root/python/python3-django
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-08-03 15:50:57 +0200
committer Willy Sudiarto Raharjo2018-08-04 03:40:06 +0200
commit13f5812df868b0a3fcb53819d13988725c34e1a3 (patch)
tree6c2ab98a6be17a0dd375cf09ad40e701bdffbbb4 /python/python3-django
parent4d9939c8d2e28214144c9643b884813e01abc4f5 (diff)
downloadslackbuilds-13f5812df868b0a3fcb53819d13988725c34e1a3.tar.gz
python/python3-django: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python3-django')
-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 4131153496..e927fdafa3 100644
--- a/python/python3-django/python3-django.SlackBuild
+++ b/python/python3-django/python3-django.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=python3-django
SRCNAM=$(echo $PRGNAM | cut -c9-14)
-VERSION=${VERSION:-2.0.7}
+VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info
index 1c45cc3d30..231f83f52d 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.7"
+VERSION="2.1"
HOMEPAGE="https://www.djangoproject.com/"
-DOWNLOAD="https://github.com/django/django/archive/2.0.7/django-2.0.7.tar.gz"
-MD5SUM="a67e8bbd3fe5b57649f7a0910315abb3"
+DOWNLOAD="https://github.com/django/django/archive/2.1/django-2.1.tar.gz"
+MD5SUM="9332df2db7e7797796458576be10c199"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 pytz"