diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-05-04 18:26:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-11 07:20:53 +0700 |
commit | 38b830d46eaee89b6bc4206e1ad69f7966ec8cf3 (patch) | |
tree | 26b6ee7be061e6c952fc9cea2fc9e9ec4fd96620 | |
parent | 6167e626384dabe3ddeaf9bed68572803d1359f1 (diff) | |
download | slackbuilds-38b830d46eaee89b6bc4206e1ad69f7966ec8cf3.tar.gz |
python/python3-django: Updated for version 2.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/python3-django/python3-django.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-django/python3-django.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild index 7386a22473..ec6f4b3476 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.1.5} +VERSION=${VERSION:-2.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 d430d8feb5..9f926e413e 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.5" +VERSION="2.2.1" HOMEPAGE="https://www.djangoproject.com/" -DOWNLOAD="https://github.com/django/django/archive/2.1.5/django-2.1.5.tar.gz" -MD5SUM="9af740c41ca090046140753f87dcbd20" +DOWNLOAD="https://github.com/django/django/archive/2.2.1/django-2.2.1.tar.gz" +MD5SUM="86dbf7399f790a1663ce2819e85c39ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 pytz" |