diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-08-03 15:50:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-04 08:40:06 +0700 |
commit | 13f5812df868b0a3fcb53819d13988725c34e1a3 (patch) | |
tree | 6c2ab98a6be17a0dd375cf09ad40e701bdffbbb4 /python/python3-django/python3-django.SlackBuild | |
parent | 4d9939c8d2e28214144c9643b884813e01abc4f5 (diff) |
python/python3-django: Updated for version 2.1.
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 4131153496..e927fdafa3 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.0.7} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |