mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-django: Updated for version 2.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6167e62638
commit
38b830d46e
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue