mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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>
This commit is contained in:
parent
31b11990d0
commit
e370df34eb
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue