python/python-django: Updated for version 1.10.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2016-09-04 17:20:59 +02:00 committed by Willy Sudiarto Raharjo
parent f6bfd9b1e6
commit 007274adc1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-django
# Copyright 2015 Mario Preksavec, Zagreb, HR
# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=python-django
SRCNAM=django
VERSION=${VERSION:-1.7.4}
VERSION=${VERSION:-1.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="python-django"
VERSION="1.7.4"
VERSION="1.10"
HOMEPAGE="https://github.com/django/"
DOWNLOAD="https://github.com/django/django/archive/1.7.4.tar.gz"
MD5SUM="a5fd57536f447305765c4f40359d191f"
DOWNLOAD="https://github.com/django/django/archive/1.10/django-1.10.tar.gz"
MD5SUM="c76e0c947ad89ac5023b2763091cfd01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""