diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-12-27 21:05:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:24 +0700 |
commit | e370df34eb05690036eb8d3714b42fb1d5440b43 (patch) | |
tree | 515e6c299e4e19538b11617413e7ff3a8b735121 | |
parent | 31b11990d06ae34a26dff01b10e14c28bd90d217 (diff) | |
download | slackbuilds-e370df34eb05690036eb8d3714b42fb1d5440b43.tar.gz |
python/python3-django: Updated for version 3.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 b3c79e0970..4a6275cf42 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:-3.0.3} +VERSION=${VERSION:-3.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info index e9fc1d32e5..b46f9fc2d5 100644 --- a/python/python3-django/python3-django.info +++ b/python/python3-django/python3-django.info @@ -1,8 +1,8 @@ PRGNAM="python3-django" -VERSION="3.0.3" +VERSION="3.1.4" HOMEPAGE="https://www.djangoproject.com/" -DOWNLOAD="https://github.com/django/django/archive/3.0.3/django-3.0.3.tar.gz" -MD5SUM="51b9c3579a8a389f8a3be5b1cb2bd199" +DOWNLOAD="https://github.com/django/django/archive/3.1.4/django-3.1.4.tar.gz" +MD5SUM="2108aa59926c8f26b34522b93bd510bd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytz sqlparse asgiref" |