python3-Django: update to 3.0.7.

This commit is contained in:
Felipe Nogueira 2020-06-14 01:29:57 -03:00 committed by Helmut Pozimski
parent 96e1614fc6
commit b9a20f16ce

View file

@ -1,6 +1,6 @@
# Template file for 'python3-Django'
pkgname=python3-Django
version=3.0.5
version=3.0.7
revision=1
archs=noarch
wrksrc="Django-${version}"
@ -11,8 +11,8 @@ short_desc="High-level Python3 Web framework"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.djangoproject.com/"
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
checksum=d4666c2edefa38c5ede0ec1655424c56dc47ceb04b6d8d62a7eac09db89545c1
distfiles="https://media.djangoproject.com/releases/3.0/Django-${version}.tar.gz"
checksum=5052b34b34b3425233c682e0e11d658fd6efd587d11335a0203d827224ada8f2
alternatives="django:django-admin:/usr/bin/django-admin3"
post_install() {