diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-10-06 15:35:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-12 08:50:55 +0700 |
commit | 80038338f4f41fe4a202cce6d51aaa7016288f4c (patch) | |
tree | 73e36530d1bee1c2769a0801ac6da13a099b22f1 /python/python3-django/python3-django.SlackBuild | |
parent | 744787ea7b7a0e168b02e95e95695560065c432f (diff) |
python/python3-django: Updated for version 2.2.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python3-django/python3-django.SlackBuild')
-rw-r--r-- | python/python3-django/python3-django.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild index ec6f4b3476..6f9765d7c2 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.2.1} +VERSION=${VERSION:-2.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |