mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python-django: Updated for version 1.10.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
f6bfd9b1e6
commit
007274adc1
2 changed files with 6 additions and 6 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue