mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python3-django: Updated for version 2.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8d6a22a2a5
commit
d1fe7d9034
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}
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-django"
|
||||
VERSION="2.1"
|
||||
VERSION="2.1.1"
|
||||
HOMEPAGE="https://www.djangoproject.com/"
|
||||
DOWNLOAD="https://github.com/django/django/archive/2.1/django-2.1.tar.gz"
|
||||
MD5SUM="9332df2db7e7797796458576be10c199"
|
||||
DOWNLOAD="https://github.com/django/django/archive/2.1.1/django-2.1.1.tar.gz"
|
||||
MD5SUM="3cc1c9be3a9d66292aea3b6b8bd84eb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3 pytz"
|
||||
|
|
Loading…
Reference in a new issue