diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-django/python3-django.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-django/python3-django.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild index 46974a5a51cc9..4131153496579 100644 --- a/python/python3-django/python3-django.SlackBuild +++ b/python/python3-django/python3-django.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-django -SRCNAM=django -VERSION=${VERSION:-2.0.6} +SRCNAM=$(echo $PRGNAM | cut -c9-14) +VERSION=${VERSION:-2.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-django/python3-django.info b/python/python3-django/python3-django.info index 207e4cdcf9f53..1c45cc3d304d1 100644 --- a/python/python3-django/python3-django.info +++ b/python/python3-django/python3-django.info @@ -1,8 +1,8 @@ PRGNAM="python3-django" -VERSION="2.0.6" +VERSION="2.0.7" HOMEPAGE="https://www.djangoproject.com/" -DOWNLOAD="https://github.com/django/django/archive/2.0.6/django-2.0.6.tar.gz" -MD5SUM="346e0600e59edf53dc4db73c58299cac" +DOWNLOAD="https://github.com/django/django/archive/2.0.7/django-2.0.7.tar.gz" +MD5SUM="a67e8bbd3fe5b57649f7a0910315abb3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 pytz" |