mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/django: Updated for version 1.2.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
f1e37be725
commit
809d80c39c
2 changed files with 6 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# SlackBuild for Django
|
||||
|
||||
# Copyright 2009 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# Copyright 2009-2010 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,16 +24,14 @@
|
|||
|
||||
PKGNAM=django
|
||||
SRCNAM=Django
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="django"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://www.djangoproject.com/"
|
||||
DOWNLOAD="http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz"
|
||||
MD5SUM="d7839c192e115f9c4dd8777de24dc21c"
|
||||
DOWNLOAD="http://www.djangoproject.com/download/1.2.1/tarball/"
|
||||
MD5SUM="2351efb20f6b7b5d9ce80fa4cb1bd9ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Carlos Corbacho"
|
||||
EMAIL="carlos@strangeworlds.co.uk"
|
||||
APPROVED="pprkut"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue