diff options
author | Mario Preksavec <mario@slackware.hr> | 2019-01-22 04:49:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:39 +0700 |
commit | a28165fd91713d0d47203f3dda72a3dfac97107c (patch) | |
tree | 613f2917ff44b2e875dd6900aae2b300e8c5d560 | |
parent | 26777ea255a26b7c4e81fa699fe7398a784f2a2c (diff) |
python/python-django: Updated for version 1.11.18.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
-rw-r--r-- | python/python-django/python-django.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-django/python-django.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python-django/python-django.SlackBuild b/python/python-django/python-django.SlackBuild index 1d65d22034a5..2c1a0bb940da 100644 --- a/python/python-django/python-django.SlackBuild +++ b/python/python-django/python-django.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-django -# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia +# Copyright 2015, 2016, 2019 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-django SRCNAM=django -VERSION=${VERSION:-1.10} +VERSION=${VERSION:-1.11.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-django/python-django.info b/python/python-django/python-django.info index 99df351bb814..b2443b3f55d4 100644 --- a/python/python-django/python-django.info +++ b/python/python-django/python-django.info @@ -1,8 +1,8 @@ PRGNAM="python-django" -VERSION="1.10" -HOMEPAGE="https://github.com/django/" -DOWNLOAD="https://github.com/django/django/archive/1.10/django-1.10.tar.gz" -MD5SUM="c76e0c947ad89ac5023b2763091cfd01" +VERSION="1.11.18" +HOMEPAGE="https://www.djangoproject.com/" +DOWNLOAD="https://github.com/django/django/archive/1.11.18/django-1.11.18.tar.gz" +MD5SUM="7d5dd6e3c0a4068b7ba2fcd49fd6550a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |