python/python3-django: Updated for version 2.2.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-05-04 18:26:48 +02:00 committed by Willy Sudiarto Raharjo
parent 6167e62638
commit 38b830d46e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"