diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-01-05 17:05:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:32 +0700 |
commit | 18caf87302103bf6ccccec3deb242d7c70d73244 (patch) | |
tree | fa3a3401373f33c5fcb053f044d892927a5d7a7e /python | |
parent | 72721a04bcd82e3d2b55706715695a27be0956a7 (diff) | |
download | slackbuilds-18caf87302103bf6ccccec3deb242d7c70d73244.tar.gz |
python/python3-django: Updated for version 2.1.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-django/python3-django.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-django/python3-django.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild index 55b5f162a8..7386a22473 100644 --- a/python/python3-django/python3-django.SlackBuild +++ b/python/python3-django/python3-django.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-django -# Copyright 2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2018-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python3-django SRCNAM=$(echo $PRGNAM | cut -c9-14) -VERSION=${VERSION:-2.1.4} +VERSION=${VERSION:-2.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info index c3e51d1b67..d430d8feb5 100644 --- a/python/python3-django/python3-django.info +++ b/python/python3-django/python3-django.info @@ -1,8 +1,8 @@ PRGNAM="python3-django" -VERSION="2.1.4" +VERSION="2.1.5" HOMEPAGE="https://www.djangoproject.com/" -DOWNLOAD="https://github.com/django/django/archive/2.1.4/django-2.1.4.tar.gz" -MD5SUM="6e8085bd8fe7cad9cb799429dec2fd72" +DOWNLOAD="https://github.com/django/django/archive/2.1.5/django-2.1.5.tar.gz" +MD5SUM="9af740c41ca090046140753f87dcbd20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 pytz" |